diff --git a/lib_static/open_project/database.rb b/lib_static/open_project/database.rb index bbdababb532..14be8b57fc7 100644 --- a/lib_static/open_project/database.rb +++ b/lib_static/open_project/database.rb @@ -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