These are the logs inside my Docker Postgres database.
2023-10-31 18:50:44
2023-10-31 18:50:44 PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-10-31 18:50:44
2023-10-31 22:38:52
2023-10-31 22:38:52 PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-10-31 22:38:52
2023-10-31 18:50:46 2023-10-31 10:50:46.198 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-10-31 18:50:46 2023-10-31 10:50:46.200 UTC [1] LOG: listening on IPv6 address "::", port 5432
2023-10-31 18:50:46 2023-10-31 10:50:46.211 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-10-31 18:50:46 2023-10-31 10:50:46.421 UTC [26] LOG: database system was shut down at 2023-10-31 10:50:11 UTC
2023-10-31 18:50:46 2023-10-31 10:50:46.548 UTC [1] LOG: database system is ready to accept connections
2023-10-31 18:52:28 2023-10-31 10:52:28.535 UTC [132] ERROR: permission denied to create extension "uuid-ossp"
2023-10-31 18:52:28 2023-10-31 10:52:28.535 UTC [132] HINT: Must be superuser to create this extension.
2023-10-31 18:52:28 2023-10-31 10:52:28.535 UTC [132] STATEMENT: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
2023-10-31 20:16:38 2023-10-31 12:16:38.144 UTC [415] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-10-31 20:16:38 2023-10-31 12:16:38.144 UTC [415] DETAIL: Key ("workflowId", name)=(BTjdV55kBTPYcz6i, data_loaded) already exists.
2023-10-31 20:16:38 2023-10-31 12:16:38.144 UTC [415] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-10-31 20:18:47 2023-10-31 12:18:47.237 UTC [601] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-10-31 20:18:47 2023-10-31 12:18:47.237 UTC [601] DETAIL: Key ("workflowId", name)=(BTjdV55kBTPYcz6i, data_loaded) already exists.
2023-10-31 20:18:47 2023-10-31 12:18:47.237 UTC [601] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-10-31 22:29:24 2023-10-31 14:29:24.613 UTC [1] LOG: received fast shutdown request
2023-10-31 22:29:24 2023-10-31 14:29:24.628 UTC [1] LOG: aborting any active transactions
2023-10-31 22:29:24 2023-10-31 14:29:24.659 UTC [1] LOG: background worker "logical replication launcher" (PID 32) exited with exit code 1
2023-10-31 22:29:24 2023-10-31 14:29:24.668 UTC [27] LOG: shutting down
2023-10-31 22:29:24 2023-10-31 14:29:24.823 UTC [1] LOG: database system is shut down
2023-10-31 22:38:52 2023-10-31 14:38:52.875 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-10-31 22:38:52 2023-10-31 14:38:52.877 UTC [1] LOG: listening on IPv6 address "::", port 5432
2023-10-31 22:38:52 2023-10-31 14:38:52.889 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-10-31 22:38:52 2023-10-31 14:38:52.970 UTC [26] LOG: database system was shut down at 2023-10-31 14:29:24 UTC
2023-10-31 22:38:53 2023-10-31 14:38:53.021 UTC [1] LOG: database system is ready to accept connections
2023-10-31 22:39:11 2023-10-31 14:39:11.844 UTC [58] ERROR: permission denied to create extension "uuid-ossp"
2023-10-31 22:39:11 2023-10-31 14:39:11.844 UTC [58] HINT: Must be superuser to create this extension.
2023-10-31 22:39:11 2023-10-31 14:39:11.844 UTC [58] STATEMENT: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
2023-10-31 22:40:31 2023-10-31 14:40:31.989 UTC [170] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-10-31 22:40:31 2023-10-31 14:40:31.989 UTC [170] DETAIL: Key ("workflowId", name)=(BTjdV55kBTPYcz6i, data_loaded) already exists.
2023-10-31 22:40:31 2023-10-31 14:40:31.989 UTC [170] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:36 2023-10-31 16:20:36.212 UTC [7525] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:36 2023-10-31 16:20:36.212 UTC [7525] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:36 2023-10-31 16:20:36.212 UTC [7525] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:38 2023-10-31 16:20:38.003 UTC [7534] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:38 2023-10-31 16:20:38.003 UTC [7534] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:38 2023-10-31 16:20:38.003 UTC [7534] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:39 2023-10-31 16:20:39.205 UTC [7525] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:39 2023-10-31 16:20:39.205 UTC [7525] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:39 2023-10-31 16:20:39.205 UTC [7525] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:40 2023-10-31 16:20:40.312 UTC [7534] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:40 2023-10-31 16:20:40.312 UTC [7534] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:40 2023-10-31 16:20:40.312 UTC [7534] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:42 2023-10-31 16:20:42.125 UTC [7525] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:42 2023-10-31 16:20:42.125 UTC [7525] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:42 2023-10-31 16:20:42.125 UTC [7525] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:46 2023-10-31 16:20:46.037 UTC [7534] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:46 2023-10-31 16:20:46.037 UTC [7534] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:46 2023-10-31 16:20:46.037 UTC [7534] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:46 2023-10-31 16:20:46.983 UTC [7525] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:46 2023-10-31 16:20:46.983 UTC [7525] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:46 2023-10-31 16:20:46.983 UTC [7525] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:47 2023-10-31 16:20:47.946 UTC [7534] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:47 2023-10-31 16:20:47.946 UTC [7534] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:47 2023-10-31 16:20:47.946 UTC [7534] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:20:48 2023-10-31 16:20:48.807 UTC [7525] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:20:48 2023-10-31 16:20:48.807 UTC [7525] DETAIL: Key ("workflowId", name)=(4qkQ2Apyr1oBg5nM, data_loaded) already exists.
2023-11-01 00:20:48 2023-10-31 16:20:48.807 UTC [7525] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:22:32 2023-10-31 16:22:32.552 UTC [1] LOG: received fast shutdown request
2023-11-01 00:22:32 2023-10-31 16:22:32.580 UTC [1] LOG: aborting any active transactions
2023-11-01 00:22:32 2023-10-31 16:22:32.743 UTC [1] LOG: background worker "logical replication launcher" (PID 32) exited with exit code 1
2023-11-01 00:22:32 2023-10-31 16:22:32.841 UTC [27] LOG: shutting down
2023-11-01 00:22:33 2023-10-31 16:22:33.483 UTC [1] LOG: database system is shut down
2023-11-01 00:27:42 2023-10-31 16:27:42.109 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-11-01 00:27:42 2023-10-31 16:27:42.112 UTC [1] LOG: listening on IPv6 address "::", port 5432
2023-11-01 00:27:42 2023-10-31 16:27:42.133 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-11-01 00:27:42 2023-10-31 16:27:42.398 UTC [26] LOG: database system was shut down at 2023-10-31 16:22:33 UTC
2023-11-01 00:27:42 2023-10-31 16:27:42.508 UTC [1] LOG: database system is ready to accept connections
2023-11-01 00:28:15 2023-10-31 16:28:15.080 UTC [74] ERROR: permission denied to create extension "uuid-ossp"
2023-11-01 00:28:15 2023-10-31 16:28:15.080 UTC [74] HINT: Must be superuser to create this extension.
2023-11-01 00:28:15 2023-10-31 16:28:15.080 UTC [74] STATEMENT: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
2023-11-01 00:28:59 2023-10-31 16:28:59.062 UTC [143] ERROR: duplicate key value violates unique constraint "pk_workflow_statistics"
2023-11-01 00:28:59 2023-10-31 16:28:59.062 UTC [143] DETAIL: Key ("workflowId", name)=(BTjdV55kBTPYcz6i, data_loaded) already exists.
2023-11-01 00:28:59 2023-10-31 16:28:59.062 UTC [143] STATEMENT: INSERT INTO "public"."workflow_statistics"("count", "latestEvent", "name", "workflowId") VALUES ($1, $2, $3, $4)
2023-11-01 00:27:41
2023-11-01 00:27:41 PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-11-01 00:27:41