diff --git a/lib_static/open_project/database.rb b/lib_static/open_project/database.rb index cea2780c0c6..3aab6f308d5 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 = "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