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 "de_DE.UTF-8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "german". 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 ... sh: locale: not found 2025-06-27 13:35:44.107 UTC [31] WARNING: no usable system locales were found ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start waiting for server to start....2025-06-27 13:35:45.046 UTC [37] LOG: starting PostgreSQL 17.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit 2025-06-27 13:35:45.047 UTC [37] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2025-06-27 13:35:45.050 UTC [40] LOG: database system was shut down at 2025-06-27 13:35:44 UTC 2025-06-27 13:35:45.055 UTC [37] 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....2025-06-27 13:35:45.224 UTC [37] LOG: received fast shutdown request 2025-06-27 13:35:45.225 UTC [37] LOG: aborting any active transactions 2025-06-27 13:35:45.227 UTC [37] LOG: background worker "logical replication launcher" (PID 43) exited with exit code 1 2025-06-27 13:35:45.228 UTC [38] LOG: shutting down 2025-06-27 13:35:45.228 UTC [38] LOG: checkpoint starting: shutdown immediate 2025-06-27 13:35:45.305 UTC [38] LOG: checkpoint complete: wrote 925 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.011 s, sync=0.066 s, total=0.078 s; sync files=301, longest=0.002 s, average=0.001 s; distance=4255 kB, estimate=4255 kB; lsn=0/19150C8, redo lsn=0/19150C8 2025-06-27 13:35:45.316 UTC [37] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2025-06-27 13:35:45.353 UTC [1] LOG: starting PostgreSQL 17.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit 2025-06-27 13:35:45.353 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2025-06-27 13:35:45.354 UTC [1] LOG: listening on IPv6 address "::", port 5432 2025-06-27 13:35:45.354 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2025-06-27 13:35:45.356 UTC [53] LOG: database system was shut down at 2025-06-27 13:35:45 UTC 2025-06-27 13:35:45.361 UTC [1] LOG: database system is ready to accept connections 2025-06-27 13:35:45.542 UTC [58] ERROR: database "zitadel" already exists 2025-06-27 13:35:45.542 UTC [58] STATEMENT: -- replace zitadel with the name of the database CREATE DATABASE "zitadel" 2025-06-27 13:35:47.941 UTC [64] ERROR: relation "projections.milestones" does not exist at character 63 2025-06-27 13:35:47.941 UTC [64] STATEMENT: SELECT instance_id, type, reached_date, last_pushed_date FROM projections.milestones WHERE reached_date IS NOT NULL ORDER BY instance_id, reached_date;