You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ee/dtr/admin/configure/external-storage/storage-backend-migration.md
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -26,27 +26,26 @@ Docker recommends the following steps for your storage backend and metadata migr
26
26
27
27
5. With DTR restored from your backup and your storage data migrated to your new backend, garbage collect any dangling blobs using the following API request:
On success, you should get a `202 Accepted` response with a job `id` and other related details. This ensures any blobs which are not referenced in your previously created backup get destroyed.
35
34
36
35
### Alternative option for data migration
37
36
38
-
-If you have a long maintenance window, you can skip some steps from above and do the following:
37
+
If you have a long maintenance window, you can skip some steps from above and do the following:
39
38
40
-
1. Put DTR in "read-only" mode using the following API request:
39
+
1. Put DTR in"read-only" mode using the following API request:
On success, you should get a `202 Accepted` response.
46
45
47
-
2. Migrate the contents of your current storage backend to the new one you are switching to. For example, upload your current storage data to your new NFS server.
46
+
2. Migrate the contents of your current storage backend to the new one you are switching to. For example, upload your current storage data to your new NFS server.
48
47
49
-
3. [Reconfigure DTR](/reference/dtr/2.6/cli/reconfigure) while specifying the `--storage-migrated` flag to preserve your existing tags.
48
+
3. [Reconfigure DTR](/reference/dtr/2.6/cli/reconfigure) while specifying the `--storage-migrated` flag to preserve your existing tags.
50
49
51
50
52
51
## DTR 2.6.0-2.6.4 and DTR 2.5 (with experimental garbage collection)
0 commit comments