Re: pg_standby for postgresql8.2

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: pg_standby for postgresql8.2
Дата
Msg-id CABV9wwMXM1HeqQ0R6OdKgRA-uJKXsusz6LoaUJNDtT0x8msqsw@mail.gmail.com
обсуждение исходный текст
Ответ на pg_standby for postgresql8.2  (khizer <khizer@srishtisoft.com>)
Ответы Re: pg_standby for postgresql8.2  (khizer <khizer@srishtisoft.com>)
Список pgsql-general
On Tue, Nov 22, 2011 at 4:09 AM, khizer <khizer@srishtisoft.com> wrote:
> Hi,
>
>    May i know how to install pg_standby for postgresql8.2 in ubuntu 10.10
>  OS
> I copied the pg_standby folder for compilation which has the files
> pg_standby.c, Makefile
>
> initially i tried with make, make install inside contrip/pg_standby folder
> but i got an err Makefile.global no such file r directory ...
>
> so i compiled and reinstalled postgresql8.2 but not able to find pg_standby,
> How can i solve this guys?

IIRC, the way to do this is to compile 8.3 for your platform,
including the pg_standby contrib module, and then just copy the binary
over to you system. Since it doesn't integrate directly, it will work
against 8.2, save for the %r macro (for removing unneeded xlog
segments). If you really need the %r capabilities, you might want to
look at OmniPITR, which doesn't require compiling and implements that
feature.

Robert Treat
play: xzilla.net
work: omniti.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Alex Thurlow
Дата:
Сообщение: Re: Incremental backup with RSYNC or something?
Следующее
От: "J.V."
Дата:
Сообщение: Re: PostgreSQL uninstall fails