diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 15:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 15:09:37 +0000 |
commit | 2c89e169769ead722394a79ed67fcd08e96863dd (patch) | |
tree | 0dadb576846c484475b895f75fab41f71cdb952e /doc/update/README.md | |
parent | bd497e352ebd279536ae11855871162e82a3f88c (diff) | |
download | gitlab-ce-2c89e169769ead722394a79ed67fcd08e96863dd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/README.md')
-rw-r--r-- | doc/update/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/README.md b/doc/update/README.md index 9762ecffc6d..1bd2770b957 100644 --- a/doc/update/README.md +++ b/doc/update/README.md @@ -116,14 +116,14 @@ following command: **For Omnibus installations** ```shell -sudo gitlab-rails runner -e production 'puts Sidekiq::Queue.new("background_migration").size' +sudo gitlab-rails runner -e production 'puts Gitlab::BackgroundMigration.remaining' ``` **For installations from source** ``` cd /home/git/gitlab -sudo -u git -H bundle exec rails runner -e production 'puts Sidekiq::Queue.new("background_migration").size' +sudo -u git -H bundle exec rails runner -e production 'puts Gitlab::BackgroundMigration.remaining' ``` ## Upgrading to a new major version |