Hi,
We have migrated from mysql to Postgresql, it seems to work fine.
But today I got an error-message from the cronjob, stating:
Cron <www-data@[SERVERNAME]> /usr/bin/php /var/www/[folder]/index.php cron
string(239) “Remove Deleted Items: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation ““user”” does not exist LINE 1: DELETE FROM “”“user””" t WHERE (t.deleted = $1) AND (DATE(t…
^"
So I guess the scheduled job to clean up deleted rows, fails to find the table user?
I have checked, the table is there.
Is this something that have been fixed in later versions?
We run 1.11.10 today, thinking of upgrade, but I have not the time to test new version right now.