Problem with Online-Backup

From: roopa perumalraja <roopabenzer(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with Online-Backup
Date: 2007-02-01 09:02:40
Message-ID: 140704.19395.qm@web50803.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

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?

Will the Continuous backup or Hot backup (if any) solve the problem?

Thanks a lot in advance


---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message truewise 2007-02-01 10:22:42 sqldetach (porting from Informix to PostgreSQL)
Previous Message Shoaib Mir 2007-02-01 08:25:11 Re: How can I list the function.