patsevanton commented on issue #15340: URL: https://github.com/apache/airflow/issues/15340#issuecomment-818469574
**kubectl logs -n xxxxx airflow-postgresql-0** ``` postgresql 05:56:01.18 postgresql 05:56:01.18 Welcome to the Bitnami postgresql container postgresql 05:56:01.18 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-postgresql postgresql 05:56:01.18 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-postgresql/issues postgresql 05:56:01.18 Send us your feedback at [email protected] postgresql 05:56:01.19 postgresql 05:56:01.20 INFO ==> ** Starting PostgreSQL setup ** postgresql 05:56:01.23 INFO ==> Validating settings in POSTGRESQL_* env vars.. postgresql 05:56:01.24 INFO ==> Loading custom pre-init scripts... postgresql 05:56:01.24 INFO ==> Initializing PostgreSQL database... postgresql 05:56:01.25 INFO ==> postgresql.conf file not detected. Generating it... postgresql 05:56:01.25 INFO ==> pg_hba.conf file not detected. Generating it... postgresql 05:56:02.32 INFO ==> Starting PostgreSQL in background... postgresql 05:56:02.44 INFO ==> Changing password of postgres postgresql 05:56:02.45 INFO ==> Configuring replication parameters postgresql 05:56:02.47 INFO ==> Configuring fsync postgresql 05:56:02.47 INFO ==> Loading custom scripts... postgresql 05:56:02.48 INFO ==> Enabling remote connections postgresql 05:56:02.48 INFO ==> Stopping PostgreSQL... postgresql 05:56:03.49 INFO ==> ** PostgreSQL setup finished! ** postgresql 05:56:03.52 INFO ==> ** Starting PostgreSQL ** 2021-04-13 05:56:03.537 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2021-04-13 05:56:03.537 GMT [1] LOG: listening on IPv6 address "::", port 5432 2021-04-13 05:56:03.556 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" 2021-04-13 05:56:03.586 GMT [178] LOG: database system was shut down at 2021-04-13 05:56:02 GMT 2021-04-13 05:56:03.596 GMT [1] LOG: database system is ready to accept connections 2021-04-13 05:56:10.476 GMT [193] LOG: incomplete startup packet 2021-04-13 05:56:12.106 GMT [194] LOG: incomplete startup packet 2021-04-13 05:57:20.415 GMT [284] LOG: incomplete startup packet 2021-04-13 05:57:22.399 GMT [286] LOG: incomplete startup packet 2021-04-13 05:58:44.731 GMT [397] LOG: incomplete startup packet 2021-04-13 05:58:45.741 GMT [398] LOG: incomplete startup packet 2021-04-13 06:00:17.733 GMT [533] LOG: incomplete startup packet 2021-04-13 06:00:18.752 GMT [534] LOG: incomplete startup packet 2021-04-13 06:02:18.723 GMT [703] LOG: incomplete startup packet 2021-04-13 06:02:21.740 GMT [714] LOG: incomplete startup packet 2021-04-13 06:04:51.723 GMT [917] LOG: incomplete startup packet 2021-04-13 06:05:01.784 GMT [933] LOG: incomplete startup packet 2021-04-13 06:08:53.728 GMT [1248] LOG: incomplete startup packet 2021-04-13 06:08:56.783 GMT [1256] LOG: incomplete startup packet 2021-04-13 06:15:15.739 GMT [1773] LOG: incomplete startup packet 2021-04-13 06:15:16.759 GMT [1780] LOG: incomplete startup packet ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
