Hello,
The current version is 14.2.7-ce.0. Error while updating to 14.3.6-ce.0.
Caused by:
Expected batched background migration for the given configuration to be marked as 'finished', but it is 'failed': {:job_class_name=>"CopyColumnUsingBackgroundMigrationJob", :table_name=>"events", :column_name=>"id", :job_arguments=>[["id"], ["id_convert_to_bigint"]]}
After rolling back to 14.2.7-ce.0 again,
gitlab-rake gitlab:background_migrations:finalize[CopyColumnUsingBackgroundMigrationJob,events,id,'[["id"]\, ["id_convert_to_bigint"]]']
I tried running the above command, but it says “rake aborted!” An error occurs.
What should I do?