Closed sfcgeorge closed 9 years ago
I don’t have any problem with it, using psql:dump
in a backup script for some time now. But you’re right, in a terminal it waits for an input from user.
I just did some tests and I don’t find any reason why there is this flag indeed. I’ll make a patch ;)
Fixed in latest master :)
Yay thank you, that was fast :) It's a nice plugin.
Thanks!
I tried using the dump command but it wouldn't return me to a prompt, I had to hit enter first. This makes it hard to use in scripts.
Removing the
-i
flag from thedocker exec
command seems to fix this and then it works as expected.Could you remover the -i flag please, or is there a reason for it?
https://github.com/Flink/dokku-psql-single-container/blob/master/commands#L89