vincbeck commented on PR #41434: URL: https://github.com/apache/airflow/pull/41434#issuecomment-2291892481
From logs: ``` 2024-08-15T17:48:08.991440634Z The files belonging to this database system will be owned by user "postgres". 2024-08-15T17:48:08.993916422Z This user must also own the server process. 2024-08-15T17:48:08.993927093Z 2024-08-15T17:48:08.993936700Z The database cluster will be initialized with locale "en_US.utf8". 2024-08-15T17:48:08.993942531Z The default database encoding has accordingly been set to "UTF8". 2024-08-15T17:48:08.993948022Z The default text search configuration will be set to "english". 2024-08-15T17:48:08.993966947Z 2024-08-15T17:48:08.993971987Z Data page checksums are disabled. 2024-08-15T17:48:08.993976886Z 2024-08-15T17:48:08.993981735Z fixing permissions on existing directory /var/lib/postgresql/data ... ok 2024-08-15T17:48:08.995257685Z creating subdirectories ... ok 2024-08-15T17:48:08.995550183Z selecting dynamic shared memory implementation ... posix 2024-08-15T17:48:09.039424465Z selecting default max_connections ... 100 2024-08-15T17:48:09.071701216Z selecting default shared_buffers ... 128MB 2024-08-15T17:48:09.115526599Z selecting default time zone ... Etc/UTC 2024-08-15T17:48:09.115535896Z creating configuration files ... ok 2024-08-15T17:48:09.294766848Z running bootstrap script ... ok 2024-08-15T17:48:09.798739062Z performing post-bootstrap initialization ... ok 2024-08-15T17:48:09.885246230Z syncing data to disk ... ok 2024-08-15T17:48:09.885277910Z 2024-08-15T17:48:09.885283480Z 2024-08-15T17:48:09.885288139Z Success. You can now start the database server using: 2024-08-15T17:48:09.885292948Z 2024-08-15T17:48:09.885297587Z pg_ctl -D /var/lib/postgresql/data -l logfile start 2024-08-15T17:48:09.885303398Z 2024-08-15T17:48:09.949442941Z waiting for server to start....2024-08-15 17:48:09.949 UTC [48] LOG: starting PostgreSQL 12.20 (Debian 12.20-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2024-08-15T17:48:09.950387580Z 2024-08-15 17:48:09.950 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2024-08-15T17:48:09.964868351Z 2024-08-15 17:48:09.964 UTC [49] LOG: database system was shut down at 2024-08-15 17:48:09 UTC 2024-08-15T17:48:09.970375465Z 2024-08-15 17:48:09.970 UTC [48] LOG: database system is ready to accept connections 2024-08-15T17:48:10.020225032Z done 2024-08-15T17:48:10.020240311Z server started 2024-08-15T17:48:10.192255016Z CREATE DATABASE 2024-08-15T17:48:10.193187396Z 2024-08-15T17:48:10.193412647Z 2024-08-15T17:48:10.193532843Z /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* 2024-08-15T17:48:10.193614065Z 2024-08-15T17:48:10.194953890Z 2024-08-15 17:48:10.194 UTC [48] LOG: received fast shutdown request 2024-08-15T17:48:10.195528542Z waiting for server to shut down....2024-08-15 17:48:10.195 UTC [48] LOG: aborting any active transactions 2024-08-15T17:48:10.197630300Z 2024-08-15 17:48:10.197 UTC [48] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1 2024-08-15T17:48:10.200565947Z 2024-08-15 17:48:10.200 UTC [50] LOG: shutting down 2024-08-15T17:48:10.210847981Z 2024-08-15 17:48:10.210 UTC [48] LOG: database system is shut down 2024-08-15T17:48:10.295198664Z done 2024-08-15T17:48:10.295221868Z server stopped 2024-08-15T17:48:10.296363270Z 2024-08-15T17:48:10.296375713Z PostgreSQL init process complete; ready for start up. 2024-08-15T17:48:10.296381053Z ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
