mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Update deprecation for PG16
This commit is contained in:
committed by
Oliver Günther
parent
700166f993
commit
70a244e66b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user