Re: Online Backups PostGre

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Online Backups PostGre
Date: 2009-05-01 18:06:42
Message-ID: 49FB3A32.9090201@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joshua D. Drake wrote:
> Well that's just it. Out of the box it doesn't actually work. PostgreSQL
> only gives you the facilities to roll your own PITR solution. You can
> look at PITR Tools:
>
> https://projects.commandprompt.com/public/pitrtools
>
> It doesn't quite work on Windows due to lack of rsync and signaling
> differences but could give you an idea of how to move forward with your
> own implementation.
>

Quite possibly 'robocopy' from Microsoft somewhere (doesn't come with
windows, but was part of an admin kit or something) would be a workable
replacement for the rsync part.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-05-01 18:26:06 Re: Online Backups PostGre
Previous Message Adam B 2009-05-01 17:50:04 Possible to prevent transaction abort?