I used psql for the restore in my case from the command line logged in as postgresql superuser:
psql -h dberp1 < eciprod.backup where dberp1 is my database server and eciprod.backup is my database backup, which was dumped as plain text with OIDS and the --create option. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=37594#37594 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
