Upgrading 7.3.9 -> 7.4.8 - trouble with blobs

Поиск
Список
Период
Сортировка
От Christian Goetze
Тема Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
Дата
Msg-id 42FBA1FC.6010108@sensage.com
обсуждение исходный текст
Ответы Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I have a database with blobs, I dump it with the following command:

pg_dump\
--host=$SENSAGE_DB_HOST\
--port=$SENSAGE_DB_PORT\
-U $SENSAGE_DB_ROOT_USER\
--blobs\
--create\
--format=t\
--file="$upgrade_dump"\
$SENSAGE_DB_NAME

I then move the data directory to the side, install the new version in
place, start it up, let it initialize it's new data storare, then I try
restoring my database with this command:

pg_restore\
--host=$SENSAGE_DB_HOST\
--port=$SENSAGE_DB_PORT\
-U $SENSAGE_DB_ROOT_USER\
--create\
--format=t\
"$upgrade_dump"

Seems to work fine, except I get:

pg_restore: [archiver] WARNING: skipping large-object restoration

How do I ensure that the blobs get restored?
--
cg




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

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: insert performance riddle
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: new Perl Server-Side Language in 8.0