http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/update/background_migrations.md
Linux package (Omnibus)
sudo gitlab-rake gitlab:elastic:list_pending_migrations
Self-compiled (source)
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:elastic:list_pending_migrations
If you're on a long upgrade path and have many pending migrations, you might want to configure
Requeue indexing workers and Number of shards for non-code indexing to speed up indexing.
Another option is to ignore the pending migrations and reindex the instance after you...