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 syncing data to disk ... ok Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start 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. waiting for server to start....2026-07-01 15:06:52.463 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:06:52.466 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2026-07-01 15:06:52.481 UTC [51] LOG: database system was shut down at 2026-07-01 15:06:51 UTC 2026-07-01 15:06:52.493 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/* 2026-07-01 15:06:52.744 UTC [48] LOG: received fast shutdown request waiting for server to shut down....2026-07-01 15:06:52.751 UTC [48] LOG: aborting any active transactions 2026-07-01 15:06:52.755 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1 2026-07-01 15:06:52.755 UTC [49] LOG: shutting down 2026-07-01 15:06:52.759 UTC [49] LOG: checkpoint starting: shutdown immediate 2026-07-01 15:06:52.911 UTC [49] LOG: checkpoint complete: wrote 922 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.036 s, sync=0.104 s, total=0.156 s; sync files=301, longest=0.076 s, average=0.001 s; distance=4240 kB, estimate=4240 kB 2026-07-01 15:06:52.921 UTC [48] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2026-07-01 15:06:52.989 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:06:52.989 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2026-07-01 15:06:52.989 UTC [1] LOG: listening on IPv6 address "::", port 5432 2026-07-01 15:06:52.996 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2026-07-01 15:06:53.008 UTC [64] LOG: database system was shut down at 2026-07-01 15:06:52 UTC 2026-07-01 15:06:53.017 UTC [1] LOG: database system is ready to accept connections 2026-07-01 15:07:21.392 UTC [68] ERROR: relation "cms_role" does not exist at character 330 2026-07-01 15:07:21.392 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:07:29.540 UTC [68] ERROR: relation "db_version" does not exist at character 37 2026-07-01 15:07:29.540 UTC [68] STATEMENT: SELECT max(db_version) AS test FROM db_version 2026-07-01 15:07:29.568 UTC [68] ERROR: relation "data_version" does not exist at character 39 2026-07-01 15:07:29.568 UTC [68] STATEMENT: SELECT max(data_version) AS test FROM data_version 2026-07-01 15:07:29.858 UTC [70] ERROR: relation "inode" does not exist at character 30 2026-07-01 15:07:29.858 UTC [70] STATEMENT: select count(*) as test from inode