Impacted versions: 10.0
Steps to reproduce: Export some db from one server then try to import in another server.
Current behavior: returns this error:
Database restore error: Postgres subprocess ('/usr/bin/pg_restore', u'--dbname=restored', '--no-owner', '/tmp/tmpm_lKWR') error 1
Expected behavior: I expect to recover my data in another db, for testing needs
Thanks in advance.
(ps: sorry for the copy/paste from the github issue.. i just need help to solve this ASAP)
Hello, I've the same issue.
In v11 from one server to other server also v11 , if I try to restore the database .zip I get that error, if I try to restore the same database without the filestore(.dump) the restore is completed.
Did you found the solution ?