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: 21f0b3f0ee3d8fe751fee8ccc30d574c63ab765e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- title: "PostgreSQL 12 deprecated"
  announcement_milestone: "15.0"
  removal_milestone: "16.0"
  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.

    Support for PostgreSQL 13 was added to Geo in GitLab 15.2.
  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