One more thing, let’s check the postgres database:
gitlab-psql
select * from background_migration_jobs;
you will get some output, what we are more interested in, are if any of these gitlab background migrations, have a 0 in the status column.
An example, you can find here for my post: Pending migration for over 24 hours - #2 by iwalker
this will show how my query results looked when I had a background migration that hadn’t finished. You will also see, that I posted a post below that one, showing how to change the status from 0 to 1 - but only do this if you have those kind of results.