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: docs/source/operate/restore-from-backup.md
+2-54Lines changed: 2 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,6 @@ Restore from backup taken using [ScyllaDB Manager](../understand/manager.md) to
9
9
- A backup snapshot stored in object storage (Amazon S3, Google Cloud Storage, or Azure Blob Storage).
10
10
- The target cluster has access to the backup bucket (same object storage credentials as the source).
11
11
12
-
:::{warning}
13
-
Restoring schema with **ScyllaDB OS 5.4.X** or **ScyllaDB Enterprise 2024.1.X** and `consistent_cluster_management` isn't supported.
14
-
15
-
When creating the `target` ScyllaDB cluster, configure it with `consistent_cluster_management: false`.
16
-
17
-
When following the steps for schema restore, ensure you follow the additional steps dedicated to affected ScyllaDB versions.
18
-
:::
19
-
20
12
In the following example, the ScyllaCluster, which was used to take the backup, is called `source`. Backup will be restored into the ScyllaCluster named `target`.
21
13
22
14
:::::{tabs}
@@ -131,7 +123,7 @@ Use the following command to check progress of the restore task:
As suggested in the progress output, you will need to execute a rolling restart of the ScyllaCluster **if you are using ScyllaDB 5.4/2024.1 or older**. For ScyllaDB 2024.2 and newer, a rolling restart is not required after restoring the schema.
149
-
150
-
For more details, refer to the ScyllaDB Manager Restore documentation:
151
-
-[Old Restore Schema Documentation](https://manager.docs.scylladb.com/stable/restore/old-restore-schema.html) (for ScyllaDB 5.4/2024.1 or older)
152
-
-[New Restore Schema Documentation](https://manager.docs.scylladb.com/stable/restore/restore-schema.html) (for ScyllaDB 2024.2 and newer)
scyllacluster.scylla.scylladb.com/target condition met
168
-
```
169
-
170
-
:::{caution}
171
-
### Restoring schema with **ScyllaDB OS 5.4.X** or **ScyllaDB Enterprise 2024.1.X** and `consistent_cluster_management`
172
-
173
-
After you've followed the above steps with a ScyllaDB target cluster with `consistent_cluster_management` disabled, you'll need to enable Raft by configuring the target cluster with `consistent_cluster_management: true`.
174
-
175
-
You will then need to execute a rolling restart of the ScyllaCluster for the change to take effect.
0 commit comments