-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02/01/07 03:02, roopa perumalraja wrote: > Hi all, > > While there are inserts & updates happening into the database, is > it possible to make the base backup without losing any of the > updates in the database? pg_dump does transactionaly-consistent hot backups. PITR allows you to roll forward to the point-in-time at which the system crashed. > What does select pg_start_backup('label'); & pg_stop_backup(); do > actually? > > I am worried if the file system backup tool will not store the > data files in the /pgsql/data/base which is still getting > populated. Or does the segment file store that? Open-database file-level backups might work with PITR, but I wouldn't trust it. Closed-database file-level backups definitely work. > Will the Continuous backup or Hot backup (if any) solve the > problem? See above. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFwmfgS9HxQb37XmcRAjrcAKDB751ZWH/aKV17URY4OKwVN4dosgCfasCD dF21fHEpPpFQ/TII0OijV6Q= =EbJe -----END PGP SIGNATURE-----