diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-10 15:43:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-10 15:43:26 +0200 |
commit | b571dcd811e91daf88920bca99d85d1c8b9bda16 (patch) | |
tree | 324bc6632aaf6e9d0c3cf813f35dbbbf1e4e451e | |
parent | e6df7089a19d06696ac2178a4dae7ac9f27fd55e (diff) | |
download | garage-b571dcd811e91daf88920bca99d85d1c8b9bda16.tar.gz garage-b571dcd811e91daf88920bca99d85d1c8b9bda16.zip |
doc: updates to the "migrating to v0.9" page
-rw-r--r-- | doc/book/working-documents/migration-09.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/book/working-documents/migration-09.md b/doc/book/working-documents/migration-09.md index 8d403580..ba758093 100644 --- a/doc/book/working-documents/migration-09.md +++ b/doc/book/working-documents/migration-09.md @@ -1,13 +1,16 @@ +++ title = "Migrating from 0.8 to 0.9" -weight = 14 +weight = 12 +++ **This guide explains how to migrate to 0.9 if you have an existing 0.8 cluster. We don't recommend trying to migrate to 0.9 directly from 0.7 or older.** -**We make no guarantee that this migration will work perfectly: -back up all your data before attempting it!** +This migration procedure has been tested on several clusters without issues. +However, it is still a *critical procedure* that might cause issues. +**Make sure to back up all your data before attempting it!** + +You might also want to read our [general documentation on upgrading Garage](@/documentation/operations/upgrading.md). The following are **breaking changes** in Garage v0.9 that require your attention when migrating: |