forked from mirrors/thatmattlove-hyperglass
add upgrading section to docs
This commit is contained in:
parent
34fad3764d
commit
eeda4dda9e
2 changed files with 26 additions and 0 deletions
25
docs/docs/upgrading.mdx
Normal file
25
docs/docs/upgrading.mdx
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
id: upgrading
|
||||
title: Upgrading hyperglass
|
||||
sidebar_label: Upgrading
|
||||
keywords: [hyperglass, looking glass, upgrade, upgrading, version]
|
||||
description: How to upgrade hyperglass
|
||||
---
|
||||
|
||||
## Upgrade Process
|
||||
|
||||
To upgrade hyperglass, stop the currently-running service and upgrade via PyPI:
|
||||
|
||||
```bash {2}
|
||||
sudo systemctl stop hyperglass
|
||||
sudo pip3 install -U hyperglass
|
||||
```
|
||||
|
||||
## Check Current version
|
||||
|
||||
To check the current version of hyperglass, run the following command:
|
||||
|
||||
```bash {1}
|
||||
sudo hyperglass --version
|
||||
# hyperglass version: 1.0.0-beta.19
|
||||
```
|
||||
|
|
@ -20,6 +20,7 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
{ type: "category", label: "Linux Agent", items: ["agent/installation"] },
|
||||
{ type: "doc", id: "upgrading" },
|
||||
{ type: "doc", id: "platforms" },
|
||||
{ type: "doc", id: "license" },
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue