Skip to content

Commit ce6bbfa

Browse files
authored
Merge pull request #3001 from kkimurak/docs/bump-minimum-postgres-to-14-with-gitlab17.x
Docs: bump minimum required PostgreSQL to 14 (gitlab 17.x)
2 parents f77c4d9 + 6f43b19 commit ce6bbfa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Please note furthermore, that only compatible versions of the `postgresql-client
267267
- `postgresql-client-14`,
268268
- and `postgresql-client-15`.
269269

270-
*NOTE:* Version 13.7.0 and later requires PostgreSQL version 12.x. Version 16.0.0 and later requires PostgreSQL version 13.x
270+
*NOTE:* Version 13.7.0 and later requires PostgreSQL version 12.x. Version 16.0.0 and later requires PostgreSQL version 13.x. Version 17.0.0 and later requires PostgreSQL version 14.x.
271271

272272
##### External PostgreSQL Server
273273

@@ -1866,7 +1866,7 @@ Sidekiq log format that will be used. Defaults to `json`
18661866

18671867
##### `DB_ADAPTER`
18681868

1869-
The database type. Currently only postgresql is supported. Over 12.1 postgres force. Possible values: `postgresql`. Defaults to `postgresql`.
1869+
The database type. Currently only postgresql is supported. Possible values: `postgresql`. Defaults to `postgresql`.
18701870

18711871
##### `DB_ENCODING`
18721872

@@ -2721,7 +2721,7 @@ Usage when using `docker-compose` can also be found there.
27212721
>
27222722
> If you're using `sameersbn/postgresql` then please upgrade to `sameersbn/postgresql:14-20230628` or later and add `DB_EXTENSION=pg_trgm,btree_gist` to the environment of the PostgreSQL container (see: <https://github.com/sameersbn/docker-gitlab/blob/master/docker-compose.yml#L21>).
27232723
>
2724-
> As of version 13.7.0, the required PostgreSQL is version 12.x. As of version 16.0.0, the required PostgreSQL is version 13.x. If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).
2724+
> As of version 13.7.0, the required PostgreSQL is version 12.x. As of version 16.0.0, the required PostgreSQL is version 13.x. As of version 17.0.0, the required PostgreSQL is version 14.x. If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).
27252725

27262726
GitLabHQ releases new versions on the 22nd of every month, bugfix releases immediately follow. I update this project almost immediately when a release is made (at least it has been the case so far). If you are using the image in production environments I recommend that you delay updates by a couple of days after the gitlab release, allowing some time for the dust to settle down.
27272727

scripts/release-notes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Please note that this version does not yet include any rework as a consequence o
4141
Don't forget to consider the version specific upgrading instructions for [GitLab CE](https://docs.gitlab.com/ee/update/) **before** upgrading your GitLab CE instance!
4242
4343
Please note:
44-
- GitLab 16.6.x requires at least PostgreSQL 13.
45-
- As of GitLab 16.7, PostgreSQL 14 is the default version. However, PostgreSQL 14 isn't supported on Geo deployments and is planned for future releases (see <https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html#1670>).
44+
- GitLab 17.x requires at least PostgreSQL 14.
45+
- See issues to be aware of when upgrading to 17.x : <https://docs.gitlab.com/ee/update/versions/gitlab_17_changes.html>
4646
4747
## Contributing
4848

0 commit comments

Comments
 (0)