Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 버그 패치 버전(14.0.5, 14.1.0)으로 먼저 버전 업그레이드 후 최신 버전으로 업그레이드

    1. Ref : https://docs.gitlab.com/ee/update/package/#upgrade-to-a-specific-version-using-the-official-repositories

  2. 수동으로 마이그레이션 실행 후 Gitlab 재구성(될 때까지)

    Code Block
    languagebash
    $ 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

...