diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-16 13:27:24 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-16 13:27:24 +0100 |
commit | a7af0c8af98b8009ef9c7047d9f710c3bcf4e41a (patch) | |
tree | 0d2fe6ff6e6a0ae162b86ab30d079a80ee1611a9 /doc/book/cookbook/upgrading.md | |
parent | bcc97724707aaa39fd64490cdd81aa5073285f33 (diff) | |
download | garage-a7af0c8af98b8009ef9c7047d9f710c3bcf4e41a.tar.gz garage-a7af0c8af98b8009ef9c7047d9f710c3bcf4e41a.zip |
Add best practices and doc of monitoring (fix #419)
Diffstat (limited to 'doc/book/cookbook/upgrading.md')
-rw-r--r-- | doc/book/cookbook/upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/upgrading.md b/doc/book/cookbook/upgrading.md index f7659921..9f2ba73b 100644 --- a/doc/book/cookbook/upgrading.md +++ b/doc/book/cookbook/upgrading.md @@ -1,6 +1,6 @@ +++ title = "Upgrading Garage" -weight = 40 +weight = 60 +++ Garage is a stateful clustered application, where all nodes are communicating together and share data structures. |