Re: Incremental Backup

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Mladen Gogala <mgogala(at)vmsinfo(dot)com>, Craig Barnes <cjbarnes18(at)gmail(dot)com>, PostgreSQL - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Incremental Backup
Date: 2010-10-21 21:21:35
Message-ID: 6961533C-4622-46EF-A512-34B6B43F8FFE@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Oct 22, 2010, at 2:39 AM, Mladen Gogala wrote:

> Bruce Momjian wrote:
>> Mladen Gogala wrote:
>>
>>> Bruce Momjian wrote:
>>>
>>>> Agreed. Incremental backups are implemented by pg-rman:
>>>>
>>>> http://code.google.com/p/pg-rman/
>>>>
>>>>
>>> This looks extremely interesting. Any chance of having a RPM package or even make it into the distribution itself, like pg_upgrade?
>>>
>>
>> No idea.
>>
>>
> Is there any way to build it without having the source?
>

If you have installed postgresql, then you have to do set the path of pg_config in PATH Variable,
then you can use
make USE_PGXS=1
make USE_PGXS=1 install.

Installation Steps also mention in README.

-Vibhor.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Frank Bax 2010-10-22 11:24:33 Re: "duplicate key value": version 8.4 vs 8.1
Previous Message Bruce Momjian 2010-10-21 21:13:21 Re: Incremental Backup