Closed Ivansete-status closed 8 months ago
Just curious - how does changing the username and db names to "postgres" fixes this error message?
Just curious - how does changing the username and db names to "postgres" fixes this error message?
ah yes, the original fix is to indicate an existing Postgres user. If no user is given, then it gets the same user that is invoking the command, in this case root
(used by Docker.)
Then, we also need to specify the database name in the command.
The postgres container, within the docker-compose file, starts an internal healthcheck. In this commit we are avoiding the following message to appear: