Revise minimum recommended PG to 12.7
What does this MR do and why?
This MR updates the PostgreSQL segmentation fault issue subsection of the Version-specific upgrading instructions section of the docs to clarify that the minimum PostgreSQL version for GitLab 14 should be 12.7
rather than 12.10
. This is based on new information learned. Here's a brief timeline:
- April 2022: The Recommend PostgreSQL version 12.10 (!84183 - merged) MR changed the guidance to say that 12.10 was required instead of 12.
- June 2022: The possible fixes section of the External PostgreSQL - Segmentation fault citing... (#364763 - closed) issue notes:
We initially believed 12.10 was the required version (GitLab.com and Omnibus deployments contradicted this evidence) but later confirmed that 12.7 has the fix.
See this comment.
This MR updates the PostgreSQL requirements documentation to account for what we learned.
See Propose PG minimum of 12.7 for GitLab 14 given ... (!92581 - merged). This comment led me to open this MR.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.