Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: debian upgrade documentation #2699

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ this release:
- Harvest Should Describe High-Level Concepts ([#2625](https://github.com/NetApp/harvest/pull/2625))
- Add doctor print commands for each platform ([2670](https://github.com/NetApp/harvest/pull/2670))
- Release 24.02 metric docs ([#2694](https://github.com/NetApp/harvest/pull/2694))
- Debian upgrade documentation ([#2699](https://github.com/NetApp/harvest/pull/2699))

### Styling
- Resolve Spell Check Warnings ([#2461](https://github.com/NetApp/harvest/pull/2461))
Expand Down
6 changes: 2 additions & 4 deletions docs/install/package-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Download the latest deb of [Harvest](https://github.com/NetApp/harvest/releases/
tab and install with apt.

```bash
sudo apt update
sudo apt install ./harvest-<RELEASE>.amd64.deb
sudo apt install ./harvest-<RELEASE>.amd64.deb
```

### Upgrade
Expand All @@ -58,8 +57,7 @@ Download the latest deb of [Harvest](https://github.com/NetApp/harvest/releases/
tab and upgrade with apt.

```bash
sudo apt update
sudo apt upgrade ./harvest-<RELEASE>.amd64.deb
sudo apt install --only-upgrade ./harvest-<RELEASE>.amd64.deb
```

Once the installation or upgrade has finished, edit the [harvest.yml configuration](../configure-harvest-basic.md) file
Expand Down
Loading