diff options
author | Alex <alex@adnab.me> | 2023-10-11 12:57:37 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-10-11 12:57:37 +0000 |
commit | d8263fdf92532cedaa11efb715971e2b0613924e (patch) | |
tree | 697582cfbe1b8f7154b4a26274c6949862deef02 /doc/book/working-documents/migration-09.md | |
parent | e6df7089a19d06696ac2178a4dae7ac9f27fd55e (diff) | |
parent | d24aaba697293229b0e0f3228218c4c8b3542796 (diff) | |
download | garage-d8263fdf92532cedaa11efb715971e2b0613924e.tar.gz garage-d8263fdf92532cedaa11efb715971e2b0613924e.zip |
Merge pull request 'documentation updates for v0.9.0' (#647) from doc-updates into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/647
Diffstat (limited to 'doc/book/working-documents/migration-09.md')
-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: |