Postgres 14 upgrade warning messages should be turned off for now
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "regression" or "type::bug" label: - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=regression - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=type::bug and verify the issue you're about to submit isn't a duplicate. ---> ### Summary As noted [in Slack](https://gitlab.slack.com/archives/C1FCTU4BE/p1690190825338789) we are showing upgrade warning messages for PG14 that are not relevant to the user. We need to turn off Postgres upgrade warning messages until we have full tested PG14 in HA scenarios. warning message ``` === INFO === You are currently running PostgreSQL 13. Note that PostgreSQL 14 will become the minimum required PostgreSQL version in GitLab 16.0 (May 2023). PostgreSQL 13 will be removed in GitLab 16.0. Please consider upgrading your PostgreSQL version soon. To upgrade, please see: https://docs.gitlab.com/ee/administration/postgresql/replication_and_failover.html#upgrading-postgresql-major-version-in-a-patroni-cluster === INFO === ``` This is a followup to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7702. ### Steps to reproduce Warning message is shown in terminal when installing omnibus-gitlab. ### Possible fixes Toggle Postgres upgrade warning messages off for now.
issue