backup restore of DB + LO

From: FM <dist-list(at)LEXUM(dot)UMontreal(dot)CA>
To: Mailing List Postgres-Admin <pgsql-admin(at)postgresql(dot)org>
Subject: backup restore of DB + LO
Date: 2005-11-10 17:26:42
Message-ID: 437382D2.7050508@lexum.umontreal.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello everybody,

I'm trying backup restore of DB with LO.

I backuped using as superuser :
pg_dump -d -o -F t -b -u database --file=database.tar

Because the superuser is not the DB owner, I create the DB on another
server (same os ans same version of PGSQL which is 7.4.8 ) :
CREATE DATABASE database with owner database_owner encoding='utf8';

Now, I'm trying to restore it to this second server using :
pg_restore -U dbadmin -O -x -v -o -d database database.tar
But I received :
(...)
pg_restore: restoring large object OID 2798405
pg_restore: restored 64069 large objects
pg_restore: creating COMMENT SCHEMA public
pg_restore: creating TABLE jpox_tables
pg_restore: restoring data for table "jpox_tables"
pg_restore: [tar archiver] could not find header for file 99.dat in tar
archive

What is the good way to backup/restore db with LO ?

Thanks

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Hoover 2005-11-10 17:26:50 Re: Partitioning in 8.1
Previous Message Tom Lane 2005-11-10 16:54:51 Re: Partitioning in 8.1