dump / restore problem with large objects

Поиск
Список
Период
Сортировка
От SBSD PgAdmin
Тема dump / restore problem with large objects
Дата
Msg-id 20030308142739.GA63190@pip.sbsd.de
обсуждение исходный текст
Список pgsql-admin
Hi,

I am using the fulldump and fullrestore scripts from Colin Stearman.

This script (fulldump) executes
pg_dumpall -g >$Globals
and for each database
pg_dump -Fc -Z1 -b "$db_name" -f "$BackupDir/$db_name.pgdump"

fullrestore works something like this:
psql template1 <$Globals
and for each database
pg_restore -d $DBName $file

When I try to do a fullrestore on another Postgres server
restoring fails with some databases.
I get the following error message:
pg_restore: [archiver (db)] could not create large object cross-reference
entry

I searched the www for a while, but can not find anything helpful.

Whats going wrong?

Im using PostgreSQL 7.2.1 at the server where the dumps are
taken from and PostgreSQL 7.2.4 where the dumps should be restored to.



В списке pgsql-admin по дате отправления:

Предыдущее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: deadlock detected during insert
Следующее
От: Eric Marsh
Дата:
Сообщение: Problem connecting with PHP in OS X