Skip to content

Commit

Permalink
doc: debian upgrade documentation (#2699)
Browse files Browse the repository at this point in the history
* doc: debian upgrade documentation

* doc: debian upgrade documentation
  • Loading branch information
rahulguptajss authored Feb 21, 2024
1 parent 3f86417 commit 8f9201c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit 8f9201c

Please sign in to comment.