SNAS / docker

Docker files for docker installs
Eclipse Public License 1.0
20 stars 28 forks source link

psql database username and password not working #28

Closed kamezamw closed 4 years ago

kamezamw commented 4 years ago

When initializing the psql docker container, it id giving an error on the default username and password "openbmp". Is there a new username and password?

EdgarLip commented 4 years ago

do u mean , that u get this error ?

psql: FATAL: password authentication failed for user "openbmp" FATAL: password authentication failed for user "openbmp" Waiting for PostgreSQL to start...

if so , it means that your vm has not sufficient resources ( i got this error when u was running this container on my mac book pro 2018 ( 16 gig ram ) , then i moved to my home server , create a new centos 7 ver 2003 machine , gave it 40 GIG RAM 500 GIG HD 8 cpus

and it looks like the problem is not repeating itself. i hope it will help , but be sure that later u will encounter a lot of other crap = )

kamezamw commented 4 years ago

That's the error. I will give it a try once am able to get sufficient resources.