1The files belonging to this database system will be owned by user "postgres".
8s
2This user must also own the server process.
8s
3
8s
4The database cluster will be initialized with locale "en_US.utf8".
8s
5The default database encoding has accordingly been set to "UTF8".
8s
6The default text search configuration will be set to "english".
8s
7
8s
8Data page checksums are disabled.
8s
9
8s
10fixing permissions on existing directory /var/lib/postgresql/data ... ok
8s
11creating subdirectories ... ok
8s
12selecting dynamic shared memory implementation ... posix
8s
13selecting default max_connections ... 100
9s
14selecting default shared_buffers ... 128MB
9s
15selecting default time zone ... UTC
12s
16creating configuration files ... ok
12s
17running bootstrap script ... ok
13s
18sh: locale: not found
13s
192025-02-28 14:40:42.411 UTC [35] WARNING: no usable system locales were found
13s
20performing post-bootstrap initialization ... ok
14s
21syncing data to disk ... ok
18s
22
18s
23
18s
24Success. You can now start the database server using:
18s
25
18s
26 pg_ctl -D /var/lib/postgresql/data -l logfile start
18s
27
18s
28initdb: warning: enabling "trust" authentication for local connections
18s
29You can change this by editing pg_hba.conf or using the option -A, or
18s
30--auth-local and --auth-host, the next time you run initdb.
18s
31waiting for server to start....2025-02-28 14:40:47.008 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
18s
322025-02-28 14:40:47.037 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
18s
332025-02-28 14:40:47.146 UTC [42] LOG: database system was shut down at 2025-02-28 14:40:43 UTC
18s
342025-02-28 14:40:47.168 UTC [41] LOG: database system is ready to accept connections
18s
35 done
18s
36server started
18s
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 14:40:48.720 UTC [41] LOG: received fast shutdown request
20s
43.2025-02-28 14:40:48.770 UTC [41] LOG: aborting any active transactions
20s
442025-02-28 14:40:48.772 UTC [41] LOG: background worker "logical replication launcher" (PID 48) exited with exit code 1
20s
452025-02-28 14:40:48.774 UTC [43] LOG: shutting down
20s
462025-02-28 14:40:49.473 UTC [41] LOG: database system is shut down
20s
47 done
20s
48server stopped
20s
49
20s
50PostgreSQL init process complete; ready for start up.
20s
51
20s
522025-02-28 14:40:49.620 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
20s
532025-02-28 14:40:49.620 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
20s
542025-02-28 14:40:49.621 UTC [1] LOG: listening on IPv6 address "::", port 5432
20s
552025-02-28 14:40:49.818 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
21s
562025-02-28 14:40:49.900 UTC [56] LOG: database system was shut down at 2025-02-28 14:40:49 UTC
21s
572025-02-28 14:40:50.037 UTC [1] LOG: database system is ready to accept connections
21s