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