Commit 06b52982 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-253' into 'master'

Update backup_restore.md to correct restore command for Users of GitLab 12.1 and earlier

See merge request gitlab-org/gitlab!44020
parents 62dbee1b 4d1cf630
...@@ -914,7 +914,7 @@ restore: ...@@ -914,7 +914,7 @@ restore:
sudo gitlab-backup restore BACKUP=11493107454_2018_04_25_10.6.4-ce sudo gitlab-backup restore BACKUP=11493107454_2018_04_25_10.6.4-ce
``` ```
Users of GitLab 12.1 and earlier should use the command `gitlab-rake gitlab:backup:create` instead. Users of GitLab 12.1 and earlier should use the command `gitlab-rake gitlab:backup:restore` instead.
CAUTION: **Warning:** CAUTION: **Warning:**
`gitlab-rake gitlab:backup:restore` doesn't set the correct file system `gitlab-rake gitlab:backup:restore` doesn't set the correct file system
......
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