Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removal_enablement_pg11.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7f9d3910be5baaa530f529da5c938fa6c4f2a1a (plain)
1
2
3
4
5
6
7
8
9
- title: "PostgreSQL 11 support"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: joshlambert
  breaking_change: true
  body: |
    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.

    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).