Skip to content
Snippets Groups Projects
Commit 38852878 authored by Robert Marshall's avatar Robert Marshall
Browse files

Omnibus v14 requires PG12 or higher

- Do not allow Omnibus to perform an upgrade unless Postgres is at least
  version 12

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6187



Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>

Changelog: removed
parent 4aad65fd
No related branches found
No related tags found
2 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!44GitLab 14.0
......@@ -69,7 +69,7 @@
}
pg_check() {
PG_MIN_VERSION=11
PG_MIN_VERSION=12
# Fetch the currently running version from the database
# If this doesn't work, assume this isn't a database node
......
......@@ -26,6 +26,7 @@
| GitLab version | PostgreSQL versions | Default version for fresh installs | Default version for upgrades | Notes |
| -------------- | --------------------- | ---------------------------------- | ---------------------------- | ----- |
| 14.0 | 12.6 | 12.6 | 12.6 | HA installations with repmgr are no longer supported and will be prevented from upgrading to GitLab Omnibus 14.0 |
| 13.8 | 11.9, 12.4 | 12.4 | 12.4 | Package upgrades automatically performed PostgreSQL upgrade for nodes that are not part of a Geo or HA cluster.). |
| 13.7 | 11.9, 12.4 | 12.4 | 11.9 | For upgrades users can manually upgrade to 12.4 following the [upgrade docs](../settings/database.md#gitlab-133-and-later). |
| 13.4 | 11.9, 12.4 | 11.9 | 11.9 | Package upgrades aborted if users not running PostgreSQL 11 already |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment