Commit 4675a6c50888ffbcc15f9bee372c4829534ce915
1 parent
36537218
Exists in
master
and in
4 other branches
Remove obsolete `dropdb` step
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 | 403 | sudo gitlab-ctl stop unicorn |
404 | 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 | 406 | # This command will overwrite the contents of your GitLab database! |
409 | 407 | sudo gitlab-rake gitlab:backup:restore BACKUP=1393513186 |
410 | 408 | ... | ... |