advanced backup tool

Will any upcoming release of Postgres have an incremental backup tool
like Oracle's RMAN? Currently, the WAL based archiving requires many
frequent full backups (especially for large databases) as the replay
of a large number of WAL files will take a very long time. We have a
few databases each over 1Tb and are looking for effective
backup/recovery strategies. (Currently..we rely on specific partition
backups via COPY command)...but the process is cumbersome.

RMAN's incremental backup effectively makes every incremental backup a
full backup which is a great time-saver during recovery.

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Anj Adu [ Fr, 14 Mai 2010 22:12 ] [ ID #2041463 ]

Re: advanced backup tool

On Fri, 2010-05-14 at 13:12 -0700, Anj Adu wrote:
> Will any upcoming release of Postgres have an incremental backup tool
> like Oracle's RMAN? Currently, the WAL based archiving requires many
> frequent full backups (especially for large databases) as the replay
> of a large number of WAL files will take a very long time. We have a
> few databases each over 1Tb and are looking for effective
> backup/recovery strategies. (Currently..we rely on specific partition
> backups via COPY command)...but the process is cumbersome.
>
> RMAN's incremental backup effectively makes every incremental backup a
> full backup which is a great time-saver during recovery.

We accept patches, donations and sponsorship opportunities :)

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering



--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Joshua Drake [ Fr, 14 Mai 2010 22:17 ] [ ID #2041464 ]

Re: advanced backup tool

Anj Adu <fotographs [at] gmail.com> wrote:

> Will any upcoming release of Postgres have an incremental backup
> tool like Oracle's RMAN? Currently, the WAL based archiving
> requires many frequent full backups (especially for large
> databases) as the replay of a large number of WAL files will take
> a very long time. We have a few databases each over 1Tb and are
> looking for effective backup/recovery strategies. (Currently..we
> rely on specific partition backups via COPY command)...but the
> process is cumbersome.
>
> RMAN's incremental backup effectively makes every incremental
> backup a full backup which is a great time-saver during recovery.

I don't know how well this will fit, but we crafted our own solution
for similar issues with a few simple bash scripts. The approach is
described prospectively here:

http://archives.postgresql.org/pgsql-admin/2009-03/msg00233. php

with a follow-up here:

http://archives.postgresql.org/pgsql-admin/2009-07/msg00071. php

I hope that is helpful.

-Kevin

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Kevin Grittner [ Fr, 14 Mai 2010 22:20 ] [ ID #2041465 ]

Re: advanced backup tool

Anj Adu wrote:
> Will any upcoming release of Postgres have an incremental backup tool
> like Oracle's RMAN? Currently, the WAL based archiving requires many
> frequent full backups (especially for large databases) as the replay
> of a large number of WAL files will take a very long time. We have a
> few databases each over 1Tb and are looking for effective
> backup/recovery strategies. (Currently..we rely on specific partition
> backups via COPY command)...but the process is cumbersome.
>
> RMAN's incremental backup effectively makes every incremental backup a
> full backup which is a great time-saver during recovery.

Sure, look at pg-rman:

http://code.google.com/p/pg-rman/

--
Bruce Momjian <bruce [at] momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Bruce Momjian [ Fr, 14 Mai 2010 22:28 ] [ ID #2041466 ]

Re: advanced backup tool

Thanks for the suggestions.

On Fri, May 14, 2010 at 1:28 PM, Bruce Momjian <bruce [at] momjian.us> wrote:
> Anj Adu wrote:
>> Will any upcoming release of Postgres have an incremental =A0backup tool
>> like Oracle's RMAN? Currently, the WAL based archiving requires many
>> frequent full backups (especially for large databases) as the replay
>> of a large number of WAL files will take a very long time. We have a
>> few databases each over 1Tb and are looking for effective
>> backup/recovery strategies. =A0(Currently..we rely on specific partition
>> backups via COPY command)...but the process is cumbersome.
>>
>> RMAN's incremental backup effectively makes every incremental backup a
>> full backup which is a great time-saver during recovery.
>
> Sure, look at pg-rman:
>
> =A0 =A0 =A0 =A0http://code.google.com/p/pg-rman/
>
> --
> =A0Bruce Momjian =A0<bruce [at] momjian.us> =A0 =A0 =A0 =A0http://momjian.us
> =A0EnterpriseDB =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 h=
ttp://enterprisedb.com
>

--
Sent via pgsql-admin mailing list (pgsql-admin [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Anj Adu [ Fr, 14 Mai 2010 22:43 ] [ ID #2041467 ]
Datenbanken » gmane.comp.db.postgresql.admin » advanced backup tool

Vorheriges Thema: troubled by pg_dump and pg_restore
Nächstes Thema: Clarification required: autovacuum and VACUUM command mode