...
버그 패치 버전(14.0.5, 14.1.0)으로 먼저 버전 업그레이드 후 최신 버전으로 업그레이드
수동으로 마이그레이션 실행 후 Gitlab 재구성(될 때까지)
Code Block language bash $ sudo gitlab-rake gitlab:background_migrations:finalize[CopyColumnUsingBackgroundMigrationJob,deployments,id,'[["deployable_id"]\, ["deployable_id_convert_to_bigint"]]'] $ sudo gitlab-ctl reconfigure $ sudo gitlab-ctl restart
...