Scharfenberg
Scharfenberg
Some code digging improved my understanding... The password authentication error is a follow-up error after a first docker run failed. This is what I've noticed with Approach 3 and the...
Changing all pg_hba.conf entries to 'trust' will fix the database access issue. It will work then with approach 3 but with approach 1 I encounter a new issue. Obviously the...
Before I answer your questions, @javsalgar, some more obervations: - the startup scripts needs exactly one 'trust' entry in the pg_hba.conf to work. The most restricted version I can come...
Comming back to your questions, @javsalgar: I would greatly appreciate if the startup scripts created its own pg_hab.conf during initialization and uses the custom file only after initialization. That seems...