Re: register/unregister standby Re: Synchronous replication

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: register/unregister standby Re: Synchronous replication
Дата
Msg-id 87y6bkxz1c.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: register/unregister standby Re: Synchronous replication  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: register/unregister standby Re: Synchronous replication  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Hmm, that's clever. I was thinking that you'd initialize the standby from an
> existing backup, and in that context the standby would not need to connect
> to the master except via the replication connection. To take a base backup,
> you'll need not only that but also access to the filesystem in the master,
> ie. shell access.

In fact you don't need shell access here, it's rather easy to stream the
base backup from the libpq connection, as implemented here :
 http://github.com/dimitri/pg_basebackup

> There's been some talk of being able to stream a base backup over the
> replication connection too, which would be extremely handy.

Yes please ! :)
--
dim


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: git: uh-oh
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: array_agg() NULL Handling