Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-23 18:13:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-23 18:13:51 +0300
commit61cb988554d7d554f0e9727fc73acc9acba5ea8f (patch)
tree49e910dd011e4b07476726f31e77b20a7efe1ccb /doc/administration/backup_restore
parente1a5a2f484427b549a200c2443da0c1987f6743a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/backup_restore')
-rw-r--r--doc/administration/backup_restore/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/administration/backup_restore/index.md b/doc/administration/backup_restore/index.md
index 8c78e26db2a..580189e8752 100644
--- a/doc/administration/backup_restore/index.md
+++ b/doc/administration/backup_restore/index.md
@@ -168,6 +168,12 @@ To prepare the new server:
sudo gitlab-ctl status
```
+1. Stop Redis on the **new server** before transferring the Redis database backup:
+
+ ```shell
+ sudo gitlab-ctl stop redis
+ ```
+
1. Transfer the Redis database and GitLab backups to the new server:
```shell
@@ -186,6 +192,12 @@ To prepare the new server:
sudo chown git:git /var/opt/gitlab/backups/your-backup.tar
```
+1. Start Redis:
+
+ ```shell
+ sudo gitlab-ctl start redis
+ ```
+
1. [Restore the GitLab backup](#restore-gitlab).
1. Verify that the Redis database restored correctly:
1. On the left sidebar, select **Search or go to**.