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
Impossible to install TimescaleDB extension in container with POSTGRES_PASSWORD_FILE variable
An error in docker-entrypoint-initdb.d/000_install_timescaledb.sh line 44 export PGPASSWORD="$POSTGRESQL_PASSWORD"
It's reset PGPASSWORD to empty string. In result next connection to DB will be done with empty password and finished with an auth error.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. Specifying the PostgreSQL password via POSTGRES_PASSWORD_FILE is currently not supported by this Docker image, but it might be a useful enhancement for future versions of this image.
Impossible to install TimescaleDB extension in container with POSTGRES_PASSWORD_FILE variable
An error in docker-entrypoint-initdb.d/000_install_timescaledb.sh line 44
export PGPASSWORD="$POSTGRESQL_PASSWORD"
It's reset
PGPASSWORD
to empty string. In result next connection to DB will be done with empty password and finished with an auth error.The text was updated successfully, but these errors were encountered: