Skip to content

Commit

Permalink
(doc) Added Nexus Upgrade doc to Azure docs
Browse files Browse the repository at this point in the history
In this commit I added upgrade documentation for Sonatype Nexus in the 
Azure documentation in preparation for upgrading Nexus due to database 
migration.
  • Loading branch information
imm0rtalsupp0rt committed Aug 15, 2024
1 parent 2f079df commit b612a90
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/content/docs/en-us/c4b-environments/azure/upgrading-nexus.mdx
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
```

0 comments on commit b612a90

Please sign in to comment.