Re:

From: Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re:
Date: 2021-08-27 19:45:17
Message-ID: 14bdff9c-a370-03a3-1e6a-50b04b2ef28c@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/27/21 8:59 AM, Ravi Krishna wrote:
>>
>> how to take incremental backup in postgresql windows machine.
>>
> AFAIK PG has no concept of incremental backup. pgbackrest has, but not sure whether it runs on Windows.

PG_RMAN can do incremental backups. I think it does the same thing as
Oracle  without enabled block change tracking: it backs up all the files
changed since the last full backup. However, that doesn't help you much
because of the vacuum which can touch the file well after it has been
referenced in transaction. I like pg_rman because it can automatically
delete old backups and keep only 4 latest backups.

--

Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

In response to

  • Re: at 2021-08-27 12:59:25 from Ravi Krishna

Responses

  • Re: at 2021-08-28 01:17:22 from obi reddy

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-08-27 20:32:31 Re: Idempotent DDL Updates
Previous Message Atul Kumar 2021-08-27 18:56:00 Re: