Re: Incremental Backup

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: <theguardian(at)vsnl(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Incremental Backup
Date: 2003-08-21 17:25:43
Message-ID: Pine.LNX.4.33.0308211123510.14747-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 19 Aug 2003 theguardian(at)vsnl(dot)net wrote:

> Resp. Sir /Madam,
> We are hosting a website who is having PostgreSQL RDBMS as back-end. In that we have to upload data onto the server from the standalone application on a daily basis. At present, on Standalone application side we are taking the backup of the whole database, While on the server side we are deleting, droping, creation of new tables and inserting the data into it. This is fine untill the data size is small, but it is increasing in abundant.
> So is there any way of doing some kind of incremental backup in which only the daily work which is done is backed up from the standalone machine and is appended into the data which is already existing over there on the server.
> The reply to this mail should be considered as an emergency case and i hope you cooperation for it.

There are a few ways to do this.

One is to have a seperate server that only has today's data, it gets
backed up, the data gets pushed to live (if need be) and it gets wiped
clean. Or use schemas and have one for each day that you can then backup
each day.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2003-08-21 17:26:06 Re: This table won't use INDEX until I DUMP/RESTORE it ?
Previous Message Andrew Sullivan 2003-08-21 14:53:03 Re: DBMirror - Replicating binary objects of type bytea ?