You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,14 @@ gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of chan
5
5
6
6
## 19.0.0
7
7
8
+
**Important note:** In GitLab 19.0 and later, [PostgreSQL 17 is the minimum supported version](https://docs.gitlab.com/releases/19/gitlab-19-0-released/#postgresql-17-minimum-requirement).
The above command will create a database named `gitlabhq_production` and also create a user named `gitlab` with the password `password` with access to the `gitlabhq_production` database.
@@ -2843,6 +2841,7 @@ Usage when using `docker-compose` can also be found there.
2843
2841
> - As of version 16.0.0, the required PostgreSQL version is 13.x.
2844
2842
> - As of version 17.0.0, the required PostgreSQL version is 14.x.
2845
2843
> - As of version 18.0.0, the required PostgreSQL version is 16.x.
2844
+
> - As of version 19.0.0, the required PostgreSQL version is 17.x.
2846
2845
>
2847
2846
> If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).
0 commit comments