From: | Johann Spies <johann(dot)spies(at)gmail(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Backup advice |
Date: | 2013-04-08 13:14:50 |
Message-ID: | CAGZ55DTbrovY989vzJ9tnvj8zSeioeoHoDcKFt4dBEozCTcW=g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I would appreciate some advice from the experts on this list about the best
backup strategy for my database.
The setup:
Size: might be about 200Gb
The server uses a Tivoli backup client with daily backup
At the moment There are pg_dumps for each database on the server on a
daily, weekly and monthly basis. All this gets backed up to the Tivoli
server.
I would like to reduce the size of the backups as far as possible as we
have to pay for space on the backup server and I do not want any downtime
on the database server.
I do not want replication, but want to be able to restore the database as
recent as possible (at least as it was within the past 24 hours) as quickly
as possible.
I have read about using pg_basebackup in an article from Shaun Thomas'
booklet on Packt Publishers* *(I will probably buy the booklet)*. *That
seems to be a possible solution.
I am considering dropping the pg_dumps in favour of the pg_basebackup
method. Will that be wise?
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2013-04-08 13:17:36 | Re: Selecting timestamp from Database |
Previous Message | Richard Harley | 2013-04-08 13:03:11 | Selecting timestamp from Database |