mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
add upgrading section to docs
This commit is contained in:
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" },
|
||||
],
|
||||
|
Reference in New Issue
Block a user