Backing up and deleting a database.

From: "Andrew Maclean" <andrew(dot)amaclean(at)gmail(dot)com>
To: General <pgsql-general(at)postgresql(dot)org>
Subject: Backing up and deleting a database.
Date: 2008-07-15 04:52:23
Message-ID: e7ddbec60807142152i71d67ce0tec3c35ed9e95754f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We have a database that grows in size quite quickly. Of course we
backup nightly and keep a weeks worth of data

However we need to keep a few months data online, but the rest can be
archived as it will be unlikley that it will be used again.

As I see it we can:
1) Run a query to drop/delete old data, the downside here is that we lose it.
2) Stop the database (this is important because clients are writing to
it), back it up, delete it and recreate the database. Has anyone done
this? Do they have a script for htis?

I would appreciate any comments about what approaches have been used that work.

Thanks for any info.

Andrew

--
___________________________________________
Andrew J. P. Maclean
Centre for Autonomous Systems
The Rose Street Building J04
The University of Sydney 2006 NSW
AUSTRALIA
Ph: +61 2 9351 3283
Fax: +61 2 9351 7474
URL: http://www.acfr.usyd.edu.au/
___________________________________________

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2008-07-15 05:01:31 Re: Installing PostgreSQL without using CygWin
Previous Message Sushant Sinha 2008-07-15 04:50:29 Re: [GENERAL] Fragments in tsearch2 headline