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:
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