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 "en_US.utf8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". 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 ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... 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. syncing data to disk ... ok Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start waiting for server to start....2026-07-01 15:08:46.960 UTC [48] LOG: starting PostgreSQL 15.18 (Debian 15.18-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit 2026-07-01 15:08:46.963 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2026-07-01 15:08:46.978 UTC [51] LOG: database system was shut down at 2026-07-01 15:08:46 UTC 2026-07-01 15:08:46.991 UTC [48] 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....2026-07-01 15:08:47.219 UTC [48] LOG: received fast shutdown request 2026-07-01 15:08:47.224 UTC [48] LOG: aborting any active transactions 2026-07-01 15:08:47.226 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1 2026-07-01 15:08:47.227 UTC [49] LOG: shutting down 2026-07-01 15:08:47.230 UTC [49] LOG: checkpoint starting: shutdown immediate 2026-07-01 15:08:47.299 UTC [49] LOG: checkpoint complete: wrote 922 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.026 s, sync=0.033 s, total=0.073 s; sync files=301, longest=0.005 s, average=0.001 s; distance=4240 kB, estimate=4240 kB 2026-07-01 15:08:47.311 UTC [48] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2026-07-01 15:08:47.362 UTC [1] LOG: starting PostgreSQL 15.18 (Debian 15.18-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit 2026-07-01 15:08:47.363 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-07-01 15:08:47.363 UTC [1] LOG: listening on IPv6 address "::", port 5432 2026-07-01 15:08:47.369 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2026-07-01 15:08:47.379 UTC [64] LOG: database system was shut down at 2026-07-01 15:08:47 UTC 2026-07-01 15:08:47.387 UTC [1] LOG: database system is ready to accept connections 2026-07-01 15:09:14.253 UTC [68] ERROR: relation "cms_role" does not exist at character 330 2026-07-01 15:09:14.253 UTC [68] STATEMENT: select role0_.id as id, role0_.role_name as role_name, role0_.description as descript3_, role0_.role_key as role_key, role0_.db_fqn as db_fqn, role0_.parent as parent, role0_.edit_permissions as edit_per7_, role0_.edit_users as edit_users, role0_.edit_layouts as edit_lay9_, role0_.locked as locked, role0_.system as system from cms_role role0_ where (role_key=$1 ) 2026-07-01 15:09:21.373 UTC [68] ERROR: relation "db_version" does not exist at character 37 2026-07-01 15:09:21.373 UTC [68] STATEMENT: SELECT max(db_version) AS test FROM db_version 2026-07-01 15:09:21.397 UTC [68] ERROR: relation "data_version" does not exist at character 39 2026-07-01 15:09:21.397 UTC [68] STATEMENT: SELECT max(data_version) AS test FROM data_version 2026-07-01 15:09:21.585 UTC [69] ERROR: relation "inode" does not exist at character 30 2026-07-01 15:09:21.585 UTC [69] STATEMENT: select count(*) as test from inode