You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is, that the parameter lc_collate was removed in PostgreSQL 16.
But the file administrator/components/com_admin/src/Model/SysinfoModel.php (Lines 319 and 320) try to query the value of this parameter:
Steps to reproduce the issue
Upgrade last version minor version of Joomla 4 to the next major Version 5 using PostgreSQL 16.
Expected result
Upgrade should be successful
Actual result
The upgrade process results in an error and leave Joomla in an unusable state with no possibility to login into the administration gui.
System information (as much as possible)
PostgreSQL 16
Debian 12
PHP 8.2.18
Upgrade Joomla 4.4.9 to 5.2.0
Additional comments
The reason is, that the parameter lc_collate was removed in PostgreSQL 16.
But the file administrator/components/com_admin/src/Model/SysinfoModel.php (Lines 319 and 320) try to query the value of this parameter:
I have comment out this two lines and the upgrade process works fine.
The text was updated successfully, but these errors were encountered: