From 756d6e969e038903079f10d777afc7ae103bb5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= <2000michal@wp.pl> Date: Mon, 15 Apr 2024 12:01:42 +0200 Subject: [PATCH] feat(docs): restore, highlight that system_auth is a part of restore-tables procedure Fixes #3793 --- docs/source/restore/restore-schema.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/restore/restore-schema.rst b/docs/source/restore/restore-schema.rst index 4e24f0b540..2ee12fefb6 100644 --- a/docs/source/restore/restore-schema.rst +++ b/docs/source/restore/restore-schema.rst @@ -9,6 +9,7 @@ Restore schema .. include:: _common/restore-raft-schema-warn.rst | In order to restore Scylla cluster schema use :ref:`sctool restore ` with ``--restore-schema`` flag. +| 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 `. | 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. Prerequisites