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

15-0-deprecate-postgresql-12.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cf463d9411159c44dd4bdcc58ec16e772958659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- title: "PostgreSQL 12 deprecated"
  announcement_milestone: "15.0"
  announcement_date: "2022-05-22"
  removal_milestone: "16.0"
  removal_date: "2023-05-22"
  breaking_change: true
  reporter: iroussos
  body: |  # Do not modify this line, instead modify the lines below.
    Support for PostgreSQL 12 is scheduled for removal in GitLab 16.0.
    In GitLab 16.0, PostgreSQL 13 becomes the minimum required PostgreSQL version.

    PostgreSQL 12 will be supported for the full GitLab 15 release cycle.
    PostgreSQL 13 will also be supported for instances that want to upgrade prior to GitLab 16.0.

    Upgrading to PostgreSQL 13 is not yet supported for GitLab instances with Geo enabled. Geo support for PostgreSQL 13 will be announced in a minor release version of GitLab 15, after the process is fully supported and validated. For more information, read the Geo related verifications on the [support epic for PostgreSQL 13](https://gitlab.com/groups/gitlab-org/-/epics/3832).
  stage: Enablement
  tiers: [Free, Premium, Ultimate]
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/349185
  documentation_url: https://docs.gitlab.com/omnibus/development/managing-postgresql-versions.html