I did not report the database errors, because it is your valid choice to change the format - that's what the API is good for. If you want, here it is - I cloned a database created 4 weeks ago.
postgres_1 | LOG: database system was shut down at 2020-08-08 09:56:38 UTC
postgres_1 | FATAL: the database system is starting up
postgres_1 | LOG: MultiXact member wraparound protections are now enabled
postgres_1 | LOG: autovacuum launcher started
postgres_1 | LOG: database system is ready to accept connections
postgres_1 | ERROR: relation "public.actees" does not exist
postgres_1 | STATEMENT: COPY public.actees (id, species) FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.actors" does not exist
postgres_1 | STATEMENT: COPY public.actors (id, type, "acteeId", "displayName", meta, "createdAt", "updatedAt", "deletedAt", "expiresAt") FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.roles" does not exist
postgres_1 | STATEMENT: COPY public.roles (id, name, system, "createdAt", "updatedAt", verbs) FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.assignments" does not exist
postgres_1 | STATEMENT: COPY public.assignments ("actorId", "roleId", "acteeId") FROM stdin;
postgres_1 |
service | wait-for-it.sh: waiting 15 seconds for postgres:5432
service | wait-for-it.sh: postgres:5432 is available after 0 seconds
service | generating local service configuration..
service | running migrations..
service | starting cron..
service | using 4 worker(s) based on available memory (3024876)..
service | starting server.
postgres_1 | ERROR: relation "public.audits" does not exist
postgres_1 | STATEMENT: COPY public.audits ("actorId", action, "acteeId", details, "loggedAt", claimed, processed, "lastFailure", failures, id) FROM stdi
;
postgres_1 |
postgres_1 | ERROR: relation "public.blobs" does not exist
postgres_1 | STATEMENT: COPY public.blobs (id, sha, content, "contentType", md5) FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.client_audits" does not exist
postgres_1 | STATEMENT: COPY public.client_audits ("blobId", event, node, start, "end", latitude, longitude, accuracy, "old-value", "new-value", remainde
) FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.config" does not exist
postgres_1 | STATEMENT: COPY public.config (key, value, "setAt") FROM stdin;
postgres_1 |
postgres_1 | ERROR: relation "public.keys" does not exist
postgres_1 | STATEMENT: COPY public.keys (id, public, private, managed, hint, "createdAt") FROM stdin;
postgres_1 |