summaryrefslogtreecommitdiff
path: root/doc/update/5.4-to-6.0.md
diff options
context:
space:
mode:
authorSnooze- <derick@parallel.co.za>2013-08-29 21:23:19 +0200
committerSnooze- <derick@parallel.co.za>2013-08-29 21:23:19 +0200
commitbae719df664714c20c0157944337a9857bd2d91f (patch)
tree718847dcaa9e9425a6a91e6f8954c13bf7188709 /doc/update/5.4-to-6.0.md
parent8315f363e40a2f26e9d0b9fbdabe7d5c0603bf65 (diff)
downloadgitlab-ce-bae719df664714c20c0157944337a9857bd2d91f.tar.gz
Create satellites during update to 6.0. Fix #4938
Satellites for projects that were located in the root namespace needs to be recreated once they've been migrated to the creator’s namespace during the upgrade process. This can be achieved by running the sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production during the update process. The command has been added to the 5.4 to 6.0 update doc.
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r--doc/update/5.4-to-6.0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index 0869dd833f9..907a134ed1d 100644
--- a/doc/update/5.4-to-6.0.md
+++ b/doc/update/5.4-to-6.0.md
@@ -70,6 +70,7 @@ sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production
+sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
# Clear redis cache
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production