Commit 581ebed745a1bc0add8ab56895de43a693527b35
Exists in
master
and in
4 other branches
Merge dev.gitlab.org:gitlab/omnibus-gitlab
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
README.md
@@ -403,8 +403,6 @@ timestamp of the backup you are restoring. | @@ -403,8 +403,6 @@ timestamp of the backup you are restoring. | ||
403 | sudo gitlab-ctl stop unicorn | 403 | sudo gitlab-ctl stop unicorn |
404 | sudo gitlab-ctl stop sidekiq | 404 | sudo gitlab-ctl stop sidekiq |
405 | 405 | ||
406 | -# DROP THE CURRENT DATABASE; workaround for a Postgres backup restore bug in GitLab 6.6 | ||
407 | -sudo -u gitlab-psql /opt/gitlab/embedded/bin/dropdb gitlabhq_production | ||
408 | # This command will overwrite the contents of your GitLab database! | 406 | # This command will overwrite the contents of your GitLab database! |
409 | sudo gitlab-rake gitlab:backup:restore BACKUP=1393513186 | 407 | sudo gitlab-rake gitlab:backup:restore BACKUP=1393513186 |
410 | 408 |