czarny94
czarny94
I apologize for this unfortunate pasting of logs. The master started, but after a moment of attempts, the entire cluster turned off, returning "connection refused" errors to the node's master....
U have same issue as me few days ago. Try to change "createdb" line of /src/pgsql/bin/postgres/primary/entrypoint.sh file. Diff from origin/master and mine after changes below: ``` diff --git a/src/pgsql/bin/postgres/primary/entrypoint.sh b/src/pgsql/bin/postgres/primary/entrypoint.sh...
Try to change the verification method also, from md5 to trust. It's some kind of dickflip here, but it works for me.