InfoGrab Docs

백그라운드 마이그레이션 문제 해결

백그라운드 마이그레이션 문제에 대한 해결책.

완료되지 않은 배치 백그라운드 마이그레이션으로 인한 데이터베이스 마이그레이션 실패 # 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"]] } 이 오류를 해결하려면: