Merge pull request #3127 from mixxtor/patch-1

docs: Fix required PostgreSQL version for GitLab 18.0.0 (was 18.0.2)
This commit is contained in:
Steven Achilles 2025-06-19 19:40:34 +02:00 committed by GitHub
commit 287facc06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2732,7 +2732,7 @@ Usage when using `docker-compose` can also be found there.
> - As of version 13.7.0, the required PostgreSQL version is 12.x.
> - As of version 16.0.0, the required PostgreSQL version is 13.x.
> - As of version 17.0.0, the required PostgreSQL version is 14.x.
> - As of version 18.0.2, the required PostgreSQL version is 16.x.
> - As of version 18.0.0, the required PostgreSQL version is 16.x.
>
> If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).