mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
PostgreSQL authentication failed - no password supplied #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danysahne96 on 2/11/2026
Hey guys,
first, thanks for your awesome work!
I just started with a container and configured everything. If i test the connection everything is fine but if i want to make a backup, it just rhrows this error everytime.
it's running as docker container. The databases and the Databasus are in the same network. I tried also by using IPv4 and Hostname. The test connections are everytime successfull but if i start the backup, then the error appers. If i test the conneection after the error, it says everything is fine.
What did i miss here?
P.S.: i saw https://github.com/databasus/databasus/issues/231 but the commands didn't fix the problem here...