1The files belonging to this database system will be owned by user "postgres".
2s
2This user must also own the server process.
2s
3
2s
4The database cluster will be initialized with locale "en_US.utf8".
2s
5The default database encoding has accordingly been set to "UTF8".
2s
6The default text search configuration will be set to "english".
2s
7
2s
8Data page checksums are disabled.
2s
9
2s
10fixing permissions on existing directory /var/lib/postgresql/data ... ok
2s
11creating subdirectories ... ok
2s
12selecting dynamic shared memory implementation ... posix
2s
13selecting default max_connections ... 100
2s
14selecting default shared_buffers ... 128MB
2s
15selecting default time zone ... UTC
7s
16creating configuration files ... ok
7s
17running bootstrap script ... ok
8s
18sh: locale: not found
8s
192025-02-28 14:34:25.850 UTC [37] WARNING: no usable system locales were found
8s
20performing post-bootstrap initialization ... ok
9s
21syncing data to disk ... ok
13s
22
13s
23initdb: warning: enabling "trust" authentication for local connections
13s
24You can change this by editing pg_hba.conf or using the option -A, or
13s
25--auth-local and --auth-host, the next time you run initdb.
13s
26
13s
27Success. You can now start the database server using:
13s
28
13s
29 pg_ctl -D /var/lib/postgresql/data -l logfile start
13s
30
13s
31waiting for server to start....2025-02-28 14:34:30.785 UTC [43] LOG: starting PostgreSQL 12.22 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit
13s
322025-02-28 14:34:30.808 UTC [43] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
13s
332025-02-28 14:34:30.931 UTC [44] LOG: database system was shut down at 2025-02-28 14:34:27 UTC
13s
342025-02-28 14:34:30.963 UTC [43] LOG: database system is ready to accept connections
13s
35 done
13s
36server started
13s
37CREATE DATABASE
15s
38
15s
39
15s
40/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
15s
41
15s
42waiting for server to shut down...2025-02-28 14:34:32.744 UTC [43] LOG: received fast shutdown request
15s
43.2025-02-28 14:34:32.780 UTC [43] LOG: aborting any active transactions
15s
442025-02-28 14:34:32.784 UTC [43] LOG: background worker "logical replication launcher" (PID 50) exited with exit code 1
15s
452025-02-28 14:34:32.786 UTC [45] LOG: shutting down
15s
462025-02-28 14:34:33.276 UTC [43] LOG: database system is shut down
15s
47 done
15s
48server stopped
15s
49
15s
50PostgreSQL init process complete; ready for start up.
15s
51
15s
522025-02-28 14:34:33.384 UTC [1] LOG: starting PostgreSQL 12.22 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit
16s
532025-02-28 14:34:33.385 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
16s
542025-02-28 14:34:33.385 UTC [1] LOG: listening on IPv6 address "::", port 5432
16s
552025-02-28 14:34:33.433 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
16s
562025-02-28 14:34:33.593 UTC [58] LOG: database system was shut down at 2025-02-28 14:34:33 UTC
16s
572025-02-28 14:34:33.613 UTC [1] LOG: database system is ready to accept connections
16s