Dump all postgres databases? #379
Replies: 2 comments
-
It seems like it's related to issue #350 I'll try to switch to develop tag and see if it fixed |
Beta Was this translation helpful? Give feedback.
0 replies
-
i realized that for my use case it's better to invoke pgdumpall from the host and pipe that to gz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my compose configuration:
i get this error and no backup is produced:
psql: error: connection to server at "postgres15" (172.27.0.5), port 5432 failed: FATAL: database "pguser" does not exist
how could i fix this? I'd like to dump all, not only the mydb database
In another instance where everything has the same value (user, pass and dbname is all set to pgsql), DB01_NAME=ALL works as expected, making separate exports
Beta Was this translation helpful? Give feedback.
All reactions