Re: Clone a database to other machine

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Clone a database to other machine
Дата
Msg-id 489083C9.8060500@iol.ie
обсуждение исходный текст
Ответ на Clone a database to other machine  ("Garg, Manjit" <mgarg@corbus.com>)
Список pgsql-general
On 30/07/2008 15:56, Garg, Manjit wrote:

> Actually I was looking for some method / tool (utility) which keeps both
> the database on different servers in sync automatically.

Ah, OK - I thought you meant that you needed a clone at specific
intervals. You can use Slony (www.slony.info) to do this. A couple of
caveats, however:

(i) If you use the 1.* version (the only currently stable version), you
can't use pg_dump to dump from the slaves - this is because Slony 1.*
rewrites the system catalogues in strange ways. :-)

(ii) Slony 2.0 (currently at RC1) does allow you to get a consistent
dump from the slaves, but you need to be running PostgreSQL 8.3 or later.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Clone a database to other machine
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Must be table owner to truncate?