Open joshtrichards opened 5 months ago
I just came around this issue doing a nextcloud upgrade. Is there any way, command or api endpoint to see all currently running migrations? I couldn't find any in the docs?
For example gitlab provides the following command: gitlab-rails runner -e production 'puts gitlab::BackgroundMigration.remaining'
is there any similar command in nextcloud?
Furthermore a small section in the docs on how to check this would be beneficial.
In our "How to upgrade" docs we say:
We should just check for this ourselves and refuse to trigger an Updater/upgrade cycle if the environment isn't yet compliant. We can either refuse to upgrade - or we could offer to trigger the jobs immediately if desired.