Re: Slony replication

Поиск
Список
Период
Сортировка
От Geoffrey
Тема Re: Slony replication
Дата
Msg-id 475AA868.7000607@serioustechnology.com
обсуждение исходный текст
Ответ на Slony replication  (Pedro Doria Meunier <pdoria@netmadeira.com>)
Ответы Re: Slony replication
Список pgsql-general
Pedro Doria Meunier wrote:
> Hi All,
>
> I would like to implement DB replication with Slony but with a slave
> that will not be always available.
> The master would have to check first of the slave's availability and
> then start syncing...
>
> Is this at all possible, or am I just raving? : )

I am quite new to Slony as well, but one of the first requirements the
docs state is:

  Thus, examples of cases where Slony-I probably won't work out well
would include:

     * Sites where connectivity is really "flakey"
     * Replication to nodes that are unpredictably connected.

So I suspect Slony is not a solution for your effort.  See:

http://slony.info/documentation/slonyintro.html#INTRODUCTION

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Returning columns from different tables, in plpgsql function
Следующее
От: "John D. Burger"
Дата:
Сообщение: Re: SQL design pattern for a delta trigger?