Skip to content

Commit e9575e4

Browse files
authored
docs: Fix required PostgreSQL version for GitLab 18.0.0 (was 18.0.2)
Updated the documentation to correctly reflect that GitLab 18.0.0 requires PostgreSQL 16.x, not 18.0.2 as previously stated.
1 parent 2cbac3f commit e9575e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ Usage when using `docker-compose` can also be found there.
27322732
> - As of version 13.7.0, the required PostgreSQL version is 12.x.
27332733
> - As of version 16.0.0, the required PostgreSQL version is 13.x.
27342734
> - As of version 17.0.0, the required PostgreSQL version is 14.x.
2735-
> - As of version 18.0.2, the required PostgreSQL version is 16.x.
2735+
> - As of version 18.0.0, the required PostgreSQL version is 16.x.
27362736
>
27372737
> If you're using PostgreSQL image other than the above, please review section [Upgrading PostgreSQL](#upgrading-postgresql).
27382738

0 commit comments

Comments
 (0)