> > Is there a way to start with yesterday's dump and load each transaction > > log dump in order until you have a complete restore of the database? WAL based BAR is not implemented in 7.1 Try to use Rserv from 7.1' contrib - it generates consistent incremental snapshots. > Also, does a pg_dump guarantee a consistent view of all of the tables in a > database at a given snapshot in time, ... Yes. And I believe it's reflected in docs. Vadim
- [GENERAL] how do you run your backups? adb
- Re: [GENERAL] how do you run your backups? David Wall
- Vadim Mikheev