Update deprecation for PG16

This commit is contained in:
Oliver Günther
2025-04-29 13:06:37 +02:00
committed by Oliver Günther
parent 700166f993
commit 70a244e66b
+2 -2
View File
@@ -109,9 +109,9 @@ module OpenProject
raise InsufficientVersionError.new message
elsif version_deprecated?
message = "The next major release of OpenProject (v12) will require PostgreSQL 13 or later.\n" \
message = "OpenProject versions higher than 16.0 will require at least PostgreSQL 16.\n" \
"You can anticipate this upgrade by updating your database installation by following the guide at " \
"https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql13/"
"https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql16/"
raise DeprecatedVersionWarning.new message
end