infracloud/dev-scripts/builder_logs.txt
2026-03-04 05:58:41 -06:00

48 lines
2.3 KiB
Text

The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctl -D /var/lib/postgresql/data -l logfile start
waiting for server to start....2026-02-26 17:53:19.068 UTC [41] LOG: starting PostgreSQL 16.12 on x86_64-pc-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
2026-02-26 17:53:19.070 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2026-02-26 17:53:19.076 UTC [44] LOG: database system was shut down at 2026-02-26 17:53:18 UTC
2026-02-26 17:53:19.085 UTC [41] LOG: database system is ready to accept connections
done
server started
CREATE DATABASE
/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
waiting for server to shut down....2026-02-26 17:53:19.271 UTC [41] LOG: received fast shutdown request
2026-02-26 17:53:19.276 UTC [41] LOG: aborting any active transactions
2026-02-26 17:53:19.280 UTC [41] LOG: background worker "logical replication launcher" (PID 47) exited with exit code 1
2026-02-26 17:53:19.282 UTC [42] LOG: shutting down
2026-02-26 17:53:19.303 UTC [42] LOG: checkpoint starting: shutdown immediate
2026-02-26 17:53:19.364 UTC [42] LOG: checkpoint complete: wrote 926 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.027 s, sync=0.032 s, total=0.082 s; sync files=301, longest=0.002 s, average=0.001 s; distance=4272 kB, estimate=4272 kB; lsn=0/191E938, redo lsn=0/191E938
2026-02-26 17:53:19.377 UTC [41] LOG: database system is shut down
done
server stopped
PostgreSQL init process complete; ready for start up.