diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 11:54:21 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 11:54:21 +0200 |
commit | 92336619679712a0aa5cf3ea2e115c706f99ff22 (patch) | |
tree | d9956fdf2f64d9701069abacf22b41cbe18c85f9 /doc/book/cookbook/upgrading.md | |
parent | 3aadba724d0ed8e57fe98bf5f6b4cb998e0ee093 (diff) | |
download | garage-92336619679712a0aa5cf3ea2e115c706f99ff22.tar.gz garage-92336619679712a0aa5cf3ea2e115c706f99ff22.zip |
Add documentation on durability and repair procedures (fix #219)
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 64201994..5a2850c0 100644 --- a/doc/book/cookbook/upgrading.md +++ b/doc/book/cookbook/upgrading.md @@ -1,6 +1,6 @@ +++ title = "Upgrading Garage" -weight = 60 +weight = 70 +++ Garage is a stateful clustered application, where all nodes are communicating together and share data structures. |