Add step to 0.6.0 migration guide
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex 2022-01-27 14:31:25 +01:00
parent c99f55c420
commit 26849ed066
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -38,9 +38,13 @@ The migration steps are as follows:
the buckets that existed previously. This will also give access to API keys the buckets that existed previously. This will also give access to API keys
as it was before. as it was before.
9. Check that all your buckets indeed appear in `garage bucket list`, and that 9. Do `garage repair -a --yes tables` and `garage repair -a --yes blocks`,
keys have the proper access flags set. If that is not the case, revert check the logs and check that all data seems to be synced correctly between
everything and file a bug! nodes.
10. Your upgraded cluster should be in a working state. Re-enable API and Web 10. Check that all your buckets indeed appear in `garage bucket list`, and that
keys have the proper access flags set. If that is not the case, revert
everything and file a bug!
11. Your upgraded cluster should be in a working state. Re-enable API and Web
access and check that everything went well. access and check that everything went well.