-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1052 from imm0rtalsupp0rt/az-nexus
Added Nexus Upgrade doc to Azure docs
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/content/docs/en-us/c4b-environments/azure/upgrading-nexus.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
order: 32 | ||
xref: c4b-azure-upgrading-nexus | ||
title: Upgrading Nexus | ||
description: A guide to upgrading Sonatype Nexus in the Chocolatey for Business Azure Environment | ||
--- | ||
import Callout from '@choco/components/Callout.astro'; | ||
import Iframe from '@choco/components/Iframe.astro'; | ||
import Xref from '@components/Xref.astro'; | ||
|
||
## Upgrade Nexus in the Azure Environment | ||
|
||
This document outlines the process for upgrading Nexus running inside our Azure Environment. | ||
|
||
If your server is restricted from access to the Chocolatey Community Repository, <Xref title="internalize the package to your internal repository" value="package-internalizer" />. | ||
|
||
## Instructions | ||
|
||
1. Internalize the nexus-repository package and push to your internal repository | ||
2. choco upgrade the nexus-repository package (Example command provided below) | ||
|
||
### Example Upgrade Command: | ||
|
||
```powershell | ||
choco upgrade nexus-repository -y | ||
``` |