Skip to content

Commit 3874e2a

Browse files
feat(docs): restore, highlight that system_auth is a part of restore-tables procedure
Fixes #3793 (cherry picked from commit 14916d8)
1 parent 0b45682 commit 3874e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Restore schema
99
.. include:: _common/restore-raft-schema-warn.rst
1010

1111
| In order to restore Scylla cluster schema use :ref:`sctool restore <sctool-restore>` with ``--restore-schema`` flag.
12+
| Please note that the term *schema* specifically refers to the data residing in the ``system_schema keyspace``, such as keyspace and table definitions. All other data stored in keyspaces managed by ScyllaDB, such as authentication data in the ``system_auth`` keyspace, is restored as part of the :doc:`restore tables procedure <restore-tables>`.
1213
| 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.
1314
1415
Prerequisites

0 commit comments

Comments
 (0)