Skip to content

Commit 0b45682

Browse files
fix(docs): improve restore schema topology requirement
Fixes #3782 (cherry picked from commit fcce87d)
1 parent 56fd95f commit 0b45682

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: docs/source/restore/index.rst

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Restore and backups are scheduled in the same manner: you can start, stop, resum
2020

2121
.. note:: If you are using ScyllaDB Manager deployed by ScyllaDB Operator, see dedicated `ScyllaDB Operator documentation <https://operator.docs.scylladb.com/stable/nodeoperations/restore.html#>`_.
2222

23-
.. note:: Restore procedure works with any cluster topologies, so backed-up cluster can have different number of nodes than restore destination cluster.
24-
2523
.. warning::
2624
Restore works only when ScyllaDB version of backed-up cluster is the same or older than ScyllaDB version of restore destination cluster.
2725

Diff for: docs/source/restore/restore-schema.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Restore schema
88

99
.. include:: _common/restore-raft-schema-warn.rst
1010

11-
In order to restore Scylla cluster schema use :ref:`sctool restore <sctool-restore>` with ``--restore-schema`` flag.
11+
| In order to restore Scylla cluster schema use :ref:`sctool restore <sctool-restore>` with ``--restore-schema`` flag.
12+
| The restore schema procedure works with any cluster size, so the backed-up cluster can have a different number of nodes per data center than the restore destination cluster. However, it is important that the restore destination cluster consists of at least all of the data centers present in the backed-up cluster.
1213
1314
Prerequisites
1415
=============

Diff for: docs/source/restore/restore-tables.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Restore tables
44

55
.. note:: Currently, Scylla Manager does not support restoring content of `CDC log tables <https://docs.scylladb.com/stable/using-scylla/cdc/cdc-log-table.html>`_.
66

7-
To restore the content of the tables (rows), use the :ref:`sctool restore <sctool-restore>` command with the ``--restore-tables`` flag.
7+
| To restore the content of the tables (rows), use the :ref:`sctool restore <sctool-restore>` command with the ``--restore-tables`` flag.
8+
| The restore tables procedure works with any cluster topologies, so the backed-up cluster can have a different number of nodes or data centers than the restore destination cluster.
89
9-
You can add the ``--keyspace`` flag to define the base tables that will be restored. All Materialized Views and Secondary Indexes of those tables will be automatically recreated in order to ensure the correct data state.
10+
| You can add the ``--keyspace`` flag to define the base tables that will be restored. All Materialized Views and Secondary Indexes of those tables will be automatically recreated in order to ensure the correct data state.
1011
1112
Prerequisites
1213
=============

0 commit comments

Comments
 (0)