debian-mirror-gitlab/data/removals/14_0/removal_enablement_pg11.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
694 B
YAML
Raw Normal View History

2022-03-02 08:16:31 +05:30
- name: "PostgreSQL 11 support"
removal_date: "2021-06-22"
removal_milestone: "14.0"
reporter: joshlambert
2022-04-04 11:22:00 +05:30
breaking_change: true
2022-03-02 08:16:31 +05:30
body: |
2022-07-16 23:28:13 +05:30
GitLab 14.0 requires PostgreSQL 12 or later. It offers [significant improvements](https://www.postgresql.org/about/news/postgresql-12-released-1976/) to indexing, partitioning, and general performance benefits.
2022-03-02 08:16:31 +05:30
2022-07-16 23:28:13 +05:30
Starting in GitLab 13.7, all new installations default to PostgreSQL version 12. From GitLab 13.8, single-node instances are automatically upgraded as well. If you aren't ready to upgrade, you can [opt out of automatic upgrades](https://docs.gitlab.com/omnibus/settings/database.html#opt-out-of-automatic-postgresql-upgrades).