We upgraded a Dolibarr/Postgres database from 16.0.4 / PHP 7.4 to Dolibarr 17.0.2 / PHP 8.1
$dolibarr_main_db_host=‘localhost’;
$dolibarr_main_db_port=‘5432’;
//$dolibarr_main_db_name=‘**';
$dolibarr_main_db_name='doli17’;
$dolibarr_main_db_prefix=‘llxas_’;
$dolibarr_main_db_user=‘user’;
$dolibarr_main_db_pass='’;
$dolibarr_main_db_type=‘pgsql’;
But we had several errors on the Upgrade Wizard:
Attached complete list of errors.
upgrade_errors.txt (68.3 KB)
Dolibarr documentation confirms the PHP 8.1 on Dolibarr 17.0.2 and is not indicating errors on POSTGRES:
Releases - Dolibarr ERP CRM Wiki
Do you have any idea on this topic?