Hello to all the Doers of Postgres!!!

Last time I went through forums, people spoke highly about 7.3 and its capability to 
do hot backups. My problem is if the database goes down and I lose my main data store, 
then I will lose all transactions back to the time I did the pg_dump.

Other databases (i e Oracle) solves this by retaining their archive logs in some 
physically separate storage. So, when you lose your data, you can restore the data 
from back-up, and then apply your archive log, and avoid losing any committed 
transactions. 

Postgresql has been lacking this all along. I've installed postgres 7.3b2 and still 
don't see any archive's flushed to any other place. Please let me know how is hot 
backup procedure implemented in current 7.3 beta(2) release.


Thanks.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to