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