Draft: Update changelog for 16.11.0
What does this MR do?
Related issues
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