Коммит 648eccf2 создал по автору Leonardo da Rosa's avatar Leonardo da Rosa Зафиксировано автором Ashraf Khamis
Просмотр файлов

Update restore docs to reflect changes in restore process

MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118830
introduced changes in the restore process for SQL data that
skip views owned by PostgreSQL extensions.

Changelog: other
владелец 13c2936e
...@@ -29,12 +29,11 @@ restore. This is because the system user performing the restore actions (`git`) ...@@ -29,12 +29,11 @@ restore. This is because the system user performing the restore actions (`git`)
is usually not allowed to create or delete the SQL database needed to import is usually not allowed to create or delete the SQL database needed to import
data into (`gitlabhq_production`). All existing data is either erased data into (`gitlabhq_production`). All existing data is either erased
(SQL) or moved to a separate directory (such as repositories and uploads). (SQL) or moved to a separate directory (such as repositories and uploads).
Restoring SQL data skips views owned by PostgreSQL extensions.
To restore a backup, **you must also restore the GitLab secrets**. To restore a backup, **you must also restore the GitLab secrets**.
These include the database encryption key, [CI/CD variables](../ci/variables/index.md), and These include the database encryption key, [CI/CD variables](../ci/variables/index.md), and
variables used for [two-factor authentication](../user/profile/account/two_factor_authentication.md). variables used for [two-factor authentication](../user/profile/account/two_factor_authentication.md).
Without the keys, [multiple issues occur](backup_restore.md#when-the-secrets-file-is-lost), Without the keys, [multiple issues occur](backup_restore.md#when-the-secrets-file-is-lost),
including loss of access by users with [two-factor authentication enabled](../user/profile/account/two_factor_authentication.md), including loss of access by users with [two-factor authentication enabled](../user/profile/account/two_factor_authentication.md),
and GitLab Runners cannot log in. and GitLab Runners cannot log in.
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать