2021-07-16 02:22:31.993 CEST() LOG: database system was shut down at 2021-07-16 02:22:30 CEST 2021-07-16 02:22:32.134 CEST() LOG: MultiXact member wraparound protections are now enabled 2021-07-16 02:22:32.137 CEST() LOG: database system is ready to accept connections 2021-07-16 02:22:32.137 CEST() LOG: autovacuum launcher started 2021-07-16 02:23:46.121 CEST(talercheck) WARNING: there is no transaction in progress 2021-07-16 02:23:46.122 CEST(talercheck) ERROR: duplicate key value violates unique constraint "denominations_serial_pk" 2021-07-16 02:23:46.122 CEST(talercheck) DETAIL: Key (denominations_serial)=(1) already exists. 2021-07-16 02:23:46.122 CEST(talercheck) STATEMENT: INSERT INTO denomination_revocations (denominations_serial,master_sig) SELECT denominations_serial,$2 FROM denominations WHERE denom_pub_hash=$1; 2021-07-16 02:23:55.710 CEST(talercheck) ERROR: Patch auditor-0001 is not installed, so it can't be uninstalled! 2021-07-16 02:23:55.710 CEST(talercheck) CONTEXT: PL/pgSQL function _v.unregister_patch(text) line 17 at RAISE 2021-07-16 02:23:55.710 CEST(talercheck) STATEMENT: SELECT _v.unregister_patch('auditor-0001'); 2021-07-16 02:23:57.380 CEST(talercheck) WARNING: there is no transaction in progress 2021-07-16 02:23:57.780 CEST(postgres) ERROR: database "talercheck-in" does not exist 2021-07-16 02:23:57.780 CEST(postgres) STATEMENT: DROP DATABASE "talercheck-in"; 2021-07-16 02:23:57.829 CEST(postgres) ERROR: database "talercheck-out" does not exist 2021-07-16 02:23:57.829 CEST(postgres) STATEMENT: DROP DATABASE "talercheck-out"; 2021-07-16 02:23:59.842 CEST(talercheck-out) ERROR: relation "_v.patches" does not exist at character 24 2021-07-16 02:23:59.842 CEST(talercheck-out) STATEMENT: SELECT applied_by FROM _v.patches WHERE patch_name = $1 LIMIT 1 2021-07-16 02:24:22.682 CEST(talercheck-in) ERROR: relation "work_shards" does not exist at character 31 2021-07-16 02:24:22.682 CEST(talercheck-in) STATEMENT: SELECT start_row,end_row FROM work_shards WHERE job_name=$1 AND last_attempt<$2 AND completed=FALSE ORDER BY last_attempt ASC LIMIT 1;