Files
work-club-manager/.sisyphus/evidence/final-qa/postgres-logs-2.txt

50 lines
3.4 KiB
Plaintext
Raw Permalink Normal View History

time="2026-03-05T10:51:59+01:00" level=warning msg="/Users/mastermito/Dev/opencode/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
workclub_postgres | The files belonging to this database system will be owned by user "postgres".
workclub_postgres | This user must also own the server process.
workclub_postgres |
workclub_postgres | The database cluster will be initialized with locale "en_US.utf8".
workclub_postgres | The default database encoding has accordingly been set to "UTF8".
workclub_postgres | The default text search configuration will be set to "english".
workclub_postgres |
workclub_postgres | Data page checksums are disabled.
workclub_postgres |
workclub_postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
workclub_postgres | creating subdirectories ... ok
workclub_postgres | selecting dynamic shared memory implementation ... posix
workclub_postgres | selecting default max_connections ... 100
workclub_postgres | selecting default shared_buffers ... 128MB
workclub_postgres | selecting default time zone ... UTC
workclub_postgres | creating configuration files ... ok
workclub_postgres | running bootstrap script ... ok
workclub_postgres | sh: locale: not found
workclub_postgres | 2026-03-05 09:51:54.397 UTC [35] WARNING: no usable system locales were found
workclub_postgres | performing post-bootstrap initialization ... ok
workclub_postgres | syncing data to disk ... ok
workclub_postgres |
workclub_postgres |
workclub_postgres | Success. You can now start the database server using:
workclub_postgres |
workclub_postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
workclub_postgres |
workclub_postgres | initdb: warning: enabling "trust" authentication for local connections
workclub_postgres | 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.
workclub_postgres | waiting for server to start....2026-03-05 09:51:54.679 UTC [41] LOG: starting PostgreSQL 16.13 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 15.2.0) 15.2.0, 64-bit
workclub_postgres | 2026-03-05 09:51:54.680 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
workclub_postgres | 2026-03-05 09:51:54.682 UTC [44] LOG: database system was shut down at 2026-03-05 09:51:54 UTC
workclub_postgres | 2026-03-05 09:51:54.685 UTC [41] LOG: database system is ready to accept connections
workclub_postgres | done
workclub_postgres | server started
workclub_postgres |
workclub_postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sh
workclub_postgres | CREATE ROLE
workclub_postgres | CREATE DATABASE
workclub_postgres | ALTER DEFAULT PRIVILEGES
workclub_postgres | ALTER DEFAULT PRIVILEGES
workclub_postgres | CREATE ROLE
workclub_postgres | CREATE DATABASE
workclub_postgres | 2026-03-05 09:51:54.830 UTC [55] ERROR: syntax error at or near "DATABASE" at character 29
workclub_postgres | 2026-03-05 09:51:54.830 UTC [55] STATEMENT: ALTER DEFAULT PRIVILEGES IN DATABASE keycloak GRANT ALL ON TABLES TO keycloak;
workclub_postgres | ERROR: syntax error at or near "DATABASE"
workclub_postgres | LINE 1: ALTER DEFAULT PRIVILEGES IN DATABASE keycloak GRANT ALL ON T...
workclub_postgres | ^