Upgrading 7.3.9 -> 7.4.8 - trouble with blobs - Mailing list pgsql-general

From Christian Goetze
Subject Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
Date
Msg-id 42FB949E.4040407@sensage.com
Whole thread Raw
Responses Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
List 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 by date:

Previous
From: Ulrich Wisser
Date:
Subject: vacuum error "left link changed unexpectedly"
Next
From: "srikanthutpala"
Date:
Subject: Re: getting information of tables and indexes