diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-04 00:57:32 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-04 00:57:32 -0700 |
commit | 73bdeff02eb85cee02046b50524721df52ed20bf (patch) | |
tree | 3ddf073648bbb96f3eb874c40822c31f2aac6292 | |
parent | 2600d08f65a8169c6f9414aca6517c828641ec23 (diff) | |
download | gitlab-ce-73bdeff02eb85cee02046b50524721df52ed20bf.tar.gz |
add command to start rails console
-rw-r--r-- | doc/update/5.1-to-6.0.md | 6 |
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: ``` |