Re: Copying only incremental records to another DB..

Поиск
Список
Период
Сортировка
От Arndt Lehmann
Тема Re: Copying only incremental records to another DB..
Дата
Msg-id ecaefcca-f0e0-4a56-abda-c17056e05737@r37g2000yqd.googlegroups.com
обсуждение исходный текст
Ответ на Copying only incremental records to another DB..  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Список pgsql-general
On Jun 29, 1:10 pm, phoenix.ki...@gmail.com (Phoenix Kiula) wrote:
> Hi
>
> We're trying PG on a new machine, so we copied our current (live)
> database to that server. Tested the code and it's all working. Now, to
> make that second server the main live server, we will need to copy the
> db again including the new records since we copied for testing. Is
> there any way to copy only the incremental records in all the tables?
>
> Thanks
>
> --
> Sent via pgsql-general mailing list (pgsql-gene...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

Hi Phoenix,

you could try using the tool "rubyrep". With rubyrep you can compare
one or multiple tables between databases and synchronize all changes.
    http://www.rubyrep.org

Best Regards,
  Arndt

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

Предыдущее
От: Phoenix Kiula
Дата:
Сообщение: Copying only incremental records to another DB..
Следующее
От: Sim Zacks
Дата:
Сообщение: Re: Free OLAP software for Postgres databas