Skip to content

Commit

Permalink
Merge pull request #1052 from imm0rtalsupp0rt/az-nexus
Browse files Browse the repository at this point in the history
Added Nexus Upgrade doc to Azure docs
  • Loading branch information
steviecoaster authored Aug 15, 2024
2 parents 2f079df + b612a90 commit ace4c33
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 ace4c33

Please sign in to comment.