Commit cafe181b5487891453f0ead532b026e80579ec1e

Authored by Dmitriy Zaporozhets
2 parents 6ac5960b bae719df

Merge pull request #4941 from Snooze-/master

Create satellites during update to 6.0. Fix #4938
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
doc/update/5.4-to-6.0.md
@@ -70,6 +70,7 @@ sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production @@ -70,6 +70,7 @@ sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
70 sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production 70 sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
71 sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production 71 sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
72 sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production 72 sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production
  73 +sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
73 74
74 # Clear redis cache 75 # Clear redis cache
75 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production 76 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production