Re: problematic upgrade - Mailing list pgsql-novice

From Tom Lane
Subject Re: problematic upgrade
Date
Msg-id 21369.1101756637@sss.pgh.pa.us
Whole thread Raw
In response to Re: problematic upgrade  ("Jeff Flowers" <duckfoo@fastmail.fm>)
Responses Re: problematic upgrade  ("Marcin Gil" <marcin.gil@audax.com.pl>)
List pgsql-novice
"Jeff Flowers" <duckfoo@fastmail.fm> writes:
> I know that there are a few ways to back up a PostgreSQL database but is
> there any one method that is generally recommended above others?

You can either use pg_dump or do filesystem backups *with the postmaster
stopped*.  See the Administrator's Guide:
http://www.postgresql.org/docs/7.4/static/backup.html
PG 8.0 will allow a third basic approach, on-line backup:
http://developer.postgresql.org/docs/postgres/backup.html

The "File system level backup" subsection in that chapter explains why
piecemeal copying of data files (which is what I understood Marcin to
say his friend did) doesn't work.  Add to that the issues associated
with a cross-version changeover (such as, usually, changes in system
catalog contents and layout), and I'm amazed that the thing appeared
to work at all.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Jeff Flowers"
Date:
Subject: Re: problematic upgrade
Next
From: Steve Tucknott
Date:
Subject: lo_export (server)