Closed mmintel closed 8 years ago
hi there,
i've uploaded a .dump file on my server root path and I am trying to restore the DB of my app from that file.
from my l command you can see that the file exists.
l
Doesn't work with .dump or .sql file. The file was created from pg_dump zeitschild-dev -f zeitschild-dev.sql
BR
Yes that’s normal, the command to issue is the following:
dokku psql:restore staging < zeitschild-dev.dump
alright, I was just too blind. thank you!
@mmintel you’re welcome :wink:
hi there,
i've uploaded a .dump file on my server root path and I am trying to restore the DB of my app from that file.
from my
l
command you can see that the file exists.Doesn't work with .dump or .sql file. The file was created from pg_dump zeitschild-dev -f zeitschild-dev.sql
BR