'Hot' backup of PostgreSQL dbases - Mailing list pgsql-novice

From Mark
Subject 'Hot' backup of PostgreSQL dbases
Date
Msg-id 200905141113.n4EBDGBN033779@asarian-host.net
Whole thread Raw
Responses Re: 'Hot' backup of PostgreSQL dbases
List pgsql-novice

Using PostgreSQL 8.3.7, I'd like to make a 'hot' backup of my dbases.

 

I've been using "pg_dumpall -c -o" for a while, but I realize that this is

no good. After all, for a restore, the PostgreSQL server needs to be up!

And what happens if the dbases crash/become corrupted (say, after a

power-outage), and PostgreSQL won't start up any more? In MySQL, this was

easy. In a Perl script I did something like: "FLUSH TABLES WITH READ

LOCK", and then I proceeded to tar the entire dbases directory (so I could

untar, without the MySQL server needing to be up).

 

Can something similiar be done in PostgreSQL, *without* bringing down the

server in its entirety?

 

Thanks,

 

- Mark

pgsql-novice by date:

Previous
From: Ilya Urikh
Date:
Subject: Re: C-Language function invocation from another one.
Next
From: Ognjen Blagojevic
Date:
Subject: Unexpected behaviour of ORDER BY and LIMIT/OFFSET