Skip to content

Commit b612a90

Browse files
(doc) Added Nexus Upgrade doc to Azure docs
In this commit I added upgrade documentation for Sonatype Nexus in the Azure documentation in preparation for upgrading Nexus due to database migration.
1 parent 2f079df commit b612a90

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
order: 32
3+
xref: c4b-azure-upgrading-nexus
4+
title: Upgrading Nexus
5+
description: A guide to upgrading Sonatype Nexus in the Chocolatey for Business Azure Environment
6+
---
7+
import Callout from '@choco/components/Callout.astro';
8+
import Iframe from '@choco/components/Iframe.astro';
9+
import Xref from '@components/Xref.astro';
10+
11+
## Upgrade Nexus in the Azure Environment
12+
13+
This document outlines the process for upgrading Nexus running inside our Azure Environment.
14+
15+
If your server is restricted from access to the Chocolatey Community Repository, <Xref title="internalize the package to your internal repository" value="package-internalizer" />.
16+
17+
## Instructions
18+
19+
1. Internalize the nexus-repository package and push to your internal repository
20+
2. choco upgrade the nexus-repository package (Example command provided below)
21+
22+
### Example Upgrade Command:
23+
24+
```powershell
25+
choco upgrade nexus-repository -y
26+
```

0 commit comments

Comments
 (0)