summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-04 10:44:28 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-04 10:44:28 +0200
commitca4ab9efb987343c6710d32192fd5290ec303b0a (patch)
treef85bd98e18f7c8d0dda5ae3f2a784ef57275c887 /doc/update
parentb9feea1301a3c0b1e5222d841cca4e0fb54741db (diff)
parent73bdeff02eb85cee02046b50524721df52ed20bf (diff)
downloadgitlab-ce-ca4ab9efb987343c6710d32192fd5290ec303b0a.tar.gz
Merge pull request #7424 from bbodenmiller/patch-1
add command to start rails console
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/5.1-to-6.0.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/5.1-to-6.0.md b/doc/update/5.1-to-6.0.md
index d8484b2c650..123b3326ead 100644
--- a/doc/update/5.1-to-6.0.md
+++ b/doc/update/5.1-to-6.0.md
@@ -149,6 +149,12 @@ sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
The migrations in this update are very sensitive to incomplete or inconsistent data. If you have a long-running GitLab installation and some of the previous upgrades did not work out 100% correct this may bite you now. The following commands can be run in the rails console to look for 'bad' data.
+Start rails console:
+
+```
+sudo -u git -H rails console production
+```
+
All project owners should have an owner:
```