Update min postgres version to 14
What does this MR do and why?
Displays a warning at startup if postgresql server version is less than 14. We don't enforce this as a hard limit, but it encourages customers to upgrade and indicates that they are out of support.
Important detail: Since we don't actually enforce this, we'll keep our PG13 specs for the foreseeable future. Since we've officially "Ended support" we can drop them at any time, but we've historically maintained compatibility as long as possible and kept an eye on usage ping to ensure customers aren't still using it.
Related to: #456253
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.