I have used a script to backup my databases, and obtain a .sql.gz file as the backup file.
However, when I try to restore this file, I get the following error:
Exception: Postgres subprocess ('/usr/bin/pg_restore', '--username=odoo', u'--dbname=test1', '--no-owner', '/tmp/tmp2gZGZu') error 1
Could someone please help resolve this? All my backups are worthless as they throw the same error while restoring.