백그라운드 마이그레이션 문제 해결
백그라운드 마이그레이션 문제 해결 방법.
배치된 백그라운드 마이그레이션이 완료되지 않아 데이터베이스 마이그레이션이 실패함 # GitLab 버전 14.2 이상으로 업데이트할 때 데이터베이스 마이그레이션이 다음과 같은 메시지와 함께 실패할 수 있습니다: StandardError: An error has occurred, all later migrations canceled: Expected batched background migration for the given configuration to be marked as 'finished', but it is 'active': {:job_class_name=>"CopyColumnUsingBackgroundMigrationJob", :table_name=>"push_event_payloads", :column_name=>"event_id", :job_arguments=>[["event_id"], ["event_id_convert_to_bigint"]] } 이 오류를 해결하려면: 1
