I am getting the following error. I can't backup and cant't restore any database. This will be a huge issue if the database crashes:
Database restore error: Postgres subprocess ('/usr/bin/pg_restore', u'--dbname=back', '--no-owner', '/tmp/tmpKY434e') error 1
Database backup error: Postgres subprocess ('/usr/bin/pg_dump', '--no-owner', '--file=/tmp/tmp40EUve/dump.sql', u'Live_GasandOil') error 1
Please help this is very critical
Please check some other errors in the server logs and post it here.
For alternate way, you can backup of your database from postgres / pgadmin to be safe side until this issue gets resolved.
Hi Mian,
You get this because there is no owner set. Make sure you have a postgresql user and that this user is set as owner of this database. You'll then be able to backup. You can do it by switching to the postgresql console and executing the following query:
Regards,
Yenthe
what do you mean by extra table plz ,is it a customized table or what?