Skip to content

Draft: Update changelog for 16.11.0

João Alexandre Cunha requested to merge jcunha-16-11 into master

What does this MR do?

TEST ONLY - Validate logging message on pg-upgrade when directory does not exist

Related issues

!7596 (merged)

Test plan

I simply cherry-picked 2f973241 on 16-11 which still has PG13 in it which allows me to test the upgrade path.

  • sudo gitlab-ctl revert-pg-upgrade -V 13.
  • mv opt/gitlab/embedded/postgres/14 opt/gitlab/embedded/postgres/14-bkp.
  • sudo gitlab-ctl pg-upgrade -V 14 - then validate the proper error message.
  • mv opt/gitlab/embedded/postgres/14-bkp opt/gitlab/embedded/postgres/14.
  • sudo gitlab-ctl pg-upgrade -V 14 - then validate the upgrade succeeds.
Edited by João Alexandre Cunha

Merge request reports