mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
fix link to docs [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user