There is a general installation problem on postgresql usind dbal. Sequences for tables cannot be used due to wrong column names like min_value instead of minimum_value like stated in PG doumentation für sequences. Has anyone experience?
Error in TYPO3:
An exception occurred while executing ‘SELECT min_value, increment_by FROM “be_groups_uid_seq”’: SQLSTATE[42703]: Undefined column: 7 FEHLER: Spalte »min_value« existiert nicht LINE 1: SELECT min_value, increment_by FROM “be_groups_uid_seq” ^
Doctrine\DBAL\Exception\InvalidFieldNameException thrown in file
/sdb/var/www/typo3_src-8.7.27/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php in line 72.