admin_postgres logs
Last 180 lines from Docker.
2026-09-03T12:52:56.148536093Z The files belonging to this database system will be owned by user "postgres".
2026-09-03T12:52:56.148596282Z This user must also own the server process.
2026-09-03T12:52:56.148601197Z
2026-09-03T12:52:56.148603974Z The database cluster will be initialized with locale "en_US.utf8".
2026-09-03T12:52:56.148606814Z The default database encoding has accordingly been set to "UTF8".
2026-09-03T12:52:56.148609661Z The default text search configuration will be set to "english".
2026-09-03T12:52:56.148612455Z
2026-09-03T12:52:56.148615017Z Data page checksums are enabled.
2026-09-03T12:52:56.149959904Z
2026-09-03T12:52:56.149997938Z fixing permissions on existing directory /var/lib/postgresql/18/docker ... ok
2026-09-03T12:52:56.150002705Z creating subdirectories ... ok
2026-09-03T12:52:56.150006025Z selecting dynamic shared memory implementation ... posix
2026-09-03T12:52:56.225233349Z selecting default "max_connections" ... 100
2026-09-03T12:52:56.262415853Z selecting default "shared_buffers" ... 128MB
2026-09-03T12:52:56.526323530Z selecting default time zone ... UTC
2026-09-03T12:52:56.530163099Z creating configuration files ... ok
2026-09-03T12:52:56.843283832Z running bootstrap script ... ok
2026-09-03T12:52:57.334061363Z sh: locale: not found
2026-09-03T12:52:57.334922815Z 2026-09-03 12:52:57.334 UTC [39] WARNING: no usable system locales were found
2026-09-03T12:52:58.285383432Z performing post-bootstrap initialization ... ok
2026-09-03T12:52:58.526079955Z initdb: warning: enabling "trust" authentication for local connections
2026-09-03T12:52:58.526108331Z initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
2026-09-03T12:52:58.526200467Z syncing data to disk ... ok
2026-09-03T12:52:58.526206873Z
2026-09-03T12:52:58.526211020Z
2026-09-03T12:52:58.526214957Z Success. You can now start the database server using:
2026-09-03T12:52:58.526219443Z
2026-09-03T12:52:58.526223194Z pg_ctl -D /var/lib/postgresql/18/docker -l logfile start
2026-09-03T12:52:58.526227241Z
2026-09-03T12:52:58.611011252Z waiting for server to start....2026-09-03 12:52:58.610 UTC [45] LOG: starting PostgreSQL 18.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
2026-09-03T12:52:58.612479684Z 2026-09-03 12:52:58.612 UTC [45] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2026-09-03T12:52:58.621993719Z 2026-09-03 12:52:58.621 UTC [51] LOG: database system was shut down at 2026-09-03 12:52:58 UTC
2026-09-03T12:52:58.628588048Z 2026-09-03 12:52:58.628 UTC [45] LOG: database system is ready to accept connections
2026-09-03T12:52:58.673340971Z done
2026-09-03T12:52:58.673456856Z server started
2026-09-03T12:52:58.862092807Z CREATE DATABASE
2026-09-03T12:52:58.862747661Z
2026-09-03T12:52:58.863513469Z
2026-09-03T12:52:58.864078105Z /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
2026-09-03T12:52:58.864977575Z
2026-09-03T12:52:58.867862766Z waiting for server to shut down...2026-09-03 12:52:58.867 UTC [45] LOG: received fast shutdown request
2026-09-03T12:52:58.869868344Z .2026-09-03 12:52:58.869 UTC [45] LOG: aborting any active transactions
2026-09-03T12:52:58.878969026Z 2026-09-03 12:52:58.878 UTC [45] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
2026-09-03T12:52:58.880867710Z 2026-09-03 12:52:58.880 UTC [49] LOG: shutting down
2026-09-03T12:52:58.882726232Z 2026-09-03 12:52:58.882 UTC [49] LOG: checkpoint starting: shutdown immediate
2026-09-03T12:52:58.969349456Z 2026-09-03 12:52:58.969 UTC [49] LOG: checkpoint complete: wrote 943 buffers (5.8%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.036 s, sync=0.045 s, total=0.089 s; sync files=303, longest=0.005 s, average=0.001 s; distance=4362 kB, estimate=4362 kB; lsn=0/1BA6830, redo lsn=0/1BA6830
2026-09-03T12:52:59.011472598Z 2026-09-03 12:52:59.011 UTC [45] LOG: database system is shut down
2026-09-03T12:52:59.069023564Z done
2026-09-03T12:52:59.069059228Z server stopped
2026-09-03T12:52:59.071831584Z
2026-09-03T12:52:59.071859819Z PostgreSQL init process complete; ready for start up.
2026-09-03T12:52:59.071864581Z
2026-09-03T12:52:59.117440190Z 2026-09-03 12:52:59.116 UTC [1] LOG: starting PostgreSQL 18.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
2026-09-03T12:52:59.117490849Z 2026-09-03 12:52:59.117 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2026-09-03T12:52:59.117497669Z 2026-09-03 12:52:59.117 UTC [1] LOG: listening on IPv6 address "::", port 5432
2026-09-03T12:52:59.119927262Z 2026-09-03 12:52:59.119 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2026-09-03T12:52:59.130566892Z 2026-09-03 12:52:59.129 UTC [67] LOG: database system was shut down at 2026-09-03 12:52:58 UTC
2026-09-03T12:52:59.141382003Z 2026-09-03 12:52:59.141 UTC [1] LOG: database system is ready to accept connections
2026-09-03T12:53:54.477605255Z 2026-09-03 12:53:54.476 UTC [157] ERROR: relation "__drizzle_migrations" does not exist at character 51
2026-09-03T12:53:54.477652885Z 2026-09-03 12:53:54.476 UTC [157] STATEMENT: select count(*) from "user"; select count(*) from __drizzle_migrations;
2026-09-03T12:57:59.227581930Z 2026-09-03 12:57:59.227 UTC [65] LOG: checkpoint starting: time
2026-09-03T12:58:10.660844148Z 2026-09-03 12:58:10.660 UTC [65] LOG: checkpoint complete: wrote 113 buffers (0.7%), wrote 3 SLRU buffers; 1 WAL file(s) added, 0 removed, 0 recycled; write=11.355 s, sync=0.020 s, total=11.434 s; sync files=85, longest=0.002 s, average=0.001 s; distance=488 kB, estimate=488 kB; lsn=0/1C209F0, redo lsn=0/1C20960