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>2020-02-28 09:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 09:09:19 +0300
commitca2a7ed5bd43483f10fd74f46f31e32614889738 (patch)
treec16d2c56077a4453c6d975c231bf3d5a79114ea2 /doc/update
parent597a43f359c3096d845e764b90439743962e5961 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/restore_after_failure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/restore_after_failure.md b/doc/update/restore_after_failure.md
index 964a3c76c04..f254373e1c8 100644
--- a/doc/update/restore_after_failure.md
+++ b/doc/update/restore_after_failure.md
@@ -64,7 +64,7 @@ migrations are marked complete.
```
# Source install
-sudo -u git -H bundle exec rails console production
+sudo -u git -H bundle exec rails console -e production
# Omnibus install
sudo gitlab-rails console