Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-02-08 09:12:17 +00:00
parent 2408d960e9
commit 4a17cae545
12 changed files with 137 additions and 104 deletions

View File

@ -98,7 +98,7 @@ that can process jobs in the `background_migration` queue.
```shell
sudo gitlab-rails runner -e production 'puts Gitlab::BackgroundMigration.remaining'
sudo gitlab-rails runner -e production 'puts Gitlab::Database::BackgroundMigrationJob.pending'
sudo gitlab-rails runner -e production 'puts Gitlab::Database::BackgroundMigrationJob.pending.count'
```
**For installations from source:**