fix link to docs [skip ci]

This commit is contained in:
as-op
2025-07-07 15:29:12 +02:00
parent 818e2f1b79
commit 12a52c6582
+2 -2
View File
@@ -109,9 +109,9 @@ module OpenProject
raise InsufficientVersionError.new message
elsif version_deprecated?
message = "OpenProject versions higher than 16.0 will require at least PostgreSQL 16.\n" \
message = "OpenProject versions higher than 16.0 will require at least PostgreSQL 17.\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-postgresql16/"
"https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql17/"
raise DeprecatedVersionWarning.new message
end