Published 7 days ago
Published 7 days ago
Rosenhard
Updated 7 days ago
0
the Luigi container keeps giving me an error like this:
[error] failed to initialize database, got error failed to connect to host=safeline-pg user=safeline-ce database=safeline-ce
: failed SASL auth (FATAL: password authentication failed for user "safeline-ce" (SQLSTATE 28P01))
me .env:
SAFELINE_DIR=/data/safeline
IMAGE_TAG=latest
MGT_PORT=9443
POSTGRES_PASSWORD=StrongPassw!
SUBNET_PREFIX=192.168.222
IMAGE_PREFIX=chaitin
ARCH_SUFFIX=
RELEASE=
REGION=-g
But I have it configured correctly, I don't understand why it gives me the password error if I have it set correctly.
can anyone help me?
Best regards ๐
Carrie
Updated 7 days ago
0
Please try to manually connect to database container by docker exec -it psql
with your password and see whether you can initialize it or not.