aboutsummaryrefslogtreecommitdiff
path: root/doc/book/working-documents/migration-07.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-27 11:37:12 +0200
committerAlex <alex@adnab.me>2022-09-27 11:37:12 +0200
commit7291747a283768df4ba130e1dacd352161577c61 (patch)
tree3cd28946596538725b70b489e621bec39c2fb4d5 /doc/book/working-documents/migration-07.md
parentea7a571d883fcf40822ccd265e4975ac607b234a (diff)
parent194e8be1bbed076ca811176123cc07abb4a8d04d (diff)
downloadgarage-7291747a283768df4ba130e1dacd352161577c61.tar.gz
garage-7291747a283768df4ba130e1dacd352161577c61.zip
Merge pull request 'Documentation changes for v0.8' (#394) from doc-0.8 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/394
Diffstat (limited to 'doc/book/working-documents/migration-07.md')
-rw-r--r--doc/book/working-documents/migration-07.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/working-documents/migration-07.md b/doc/book/working-documents/migration-07.md
index 2d0444db..03cdfedc 100644
--- a/doc/book/working-documents/migration-07.md
+++ b/doc/book/working-documents/migration-07.md
@@ -16,7 +16,7 @@ The migration steps are as follows:
1. Do `garage repair --all-nodes --yes tables` and `garage repair --all-nodes --yes blocks`,
check the logs and check that all data seems to be synced correctly between
nodes. If you have time, do additional checks (`scrub`, `block_refs`, etc.)
-2. Disable api and web access. Garage does not support disabling
+2. Disable API and web access. Garage does not support disabling
these endpoints but you can change the port number or stop your reverse
proxy for instance.
3. Check once again that your cluster is healty. Run again `garage repair --all-nodes --yes tables` which is quick.