Commit 8b88d0aa authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'alvin-docker-restore-doc-enhance' into 'master'

Minor enhancement to Restore to container doc

See merge request gitlab-org/gitlab!73918
parents e5881afe bd552161
...@@ -1022,7 +1022,7 @@ docker exec -it <name of container> gitlab-ctl stop sidekiq ...@@ -1022,7 +1022,7 @@ docker exec -it <name of container> gitlab-ctl stop sidekiq
# Verify that the processes are all down before continuing # Verify that the processes are all down before continuing
docker exec -it <name of container> gitlab-ctl status docker exec -it <name of container> gitlab-ctl status
# Run the restore # Run the restore. NOTE: "_gitlab_backup.tar" is omitted from the name
docker exec -it <name of container> gitlab-backup restore BACKUP=11493107454_2018_04_25_10.6.4-ce docker exec -it <name of container> gitlab-backup restore BACKUP=11493107454_2018_04_25_10.6.4-ce
# Restart the GitLab container # Restart the GitLab container
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment