Skip to content

Turn on the pg upgrade recommendation notice

DJ Mountney requested to merge recommend-upgrade-to-pg13 into master

What does this MR do?

Turns on the pg-upgrade recommendation notice. During upgrade. We intend to remove PG 12 in GitLab 16.0 https://about.gitlab.com/handbook/engineering/development/enablement/data_stores/database/postgresql-upgrade-cadence.html, and turn on the auto-upgrader for single-node installs in the release beforehand.

This also turns on the notice for a couple other place for sysadmins.

  • During reconfigure if your symlinks are still set to PG12
  • During reconfigure db migrations against a remote database still on PG12
  • During pg-upgrade if you request a target version below 13
  • During pg-upgrade if you have set a pg version below 13 in your gitlab.rb

Related issues

#7393 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by Robert Marshall

Merge request reports