You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run AUDITOR 0.5.0 and 0.6.3, respectively, with podman as container runtime and the Postgres DB in a remote, centrally managed K8s deployment. However, the auditor client can apparently not connect to the DB, while the native postgres client has no issues with the same connection paramaters.
From the vanilla user context, I can connect to the remote DB without issues [1].
Similarly, from an extended container image instance including the postgres client, I can connect to the remote database [2] using the environment variables as exported into the container context.
However, auditor as well as the migration are both failing as entry points - both as native entry points as well as running a shell entry and tracing the migration by hand [3]/
Cheers,
Thomas
[1]
[auditor@grid-preprod-auditor01 ~]$ psql -h ${DB_HOST} -p ${DB_PORT} --username=${DB_USER} --dbname=${DB_NAME}
Password for user tjvzkz_rw:
psql (13.18, server 15.10 (Ubuntu 15.10-1.pgdg22.04+1))
WARNING: psql major version 13, server major version 15.
Some psql features might not work.
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
tjvzkz_preprod=>
[auditor@grid-preprod-auditor01 ~]$ psql --version
psql (PostgreSQL) 13.18
[2]
FROM ghcr.io/alu-schumacher/auditor:0.6.3
RUN apt update
# RUN apt --yes upgrade
RUN apt-get --yes install telnet postgresql-client
Hi all,
I am trying to run AUDITOR 0.5.0 and 0.6.3, respectively, with podman as container runtime and the Postgres DB in a remote, centrally managed K8s deployment. However, the auditor client can apparently not connect to the DB, while the native postgres client has no issues with the same connection paramaters.
From the vanilla user context, I can connect to the remote DB without issues [1].
Similarly, from an extended container image instance including the postgres client, I can connect to the remote database [2] using the environment variables as exported into the container context.
However, auditor as well as the migration are both failing as entry points - both as native entry points as well as running a shell entry and tracing the migration by hand [3]/
Cheers,
Thomas
[1]
[2]
[3]
The text was updated successfully, but these errors were encountered: