From: Peter Eisentraut Date: Mon, 19 Mar 2001 16:19:26 +0000 (+0000) Subject: Add note about saving large objects during upgrade. X-Git-Tag: REL7_1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1088e72054b780a14382f7710111357ffec468e8;p=postgresql Add note about saving large objects during upgrade. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 89ad624674..160cb0bba1 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -87,7 +87,7 @@ pg_dump dbname > - + Restoring the dump @@ -144,7 +144,7 @@ pg_dump -h host1 dbname | psql -h h - + Using <command>pg_dumpall</> @@ -179,7 +179,7 @@ pg_dumpall > outfile - + Large Databases @@ -271,7 +271,7 @@ pg_dump -Fc dbname > - + Caveats diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0a048344dc..cbded9dff8 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions @@ -180,14 +180,18 @@ su - postgres pg_dumpall > outputfile If you need to preserve the OIDs (such as when using them as - foreign keys), then use the -o option when running - pg_dumpall. + foreign keys), then use the option when running + pg_dumpall. pg_dumpall does not + save large objects. Check + Administrator's Guide]]> + ]]> + if you need to do this. - Make sure that you use the pg_dumpall command + Make sure that you use the pg_dumpall command from the version you are currently running. &version;'s - pg_dumpall should not be used on older databases. + pg_dumpall should not be used on older databases.