Re: Merging two databases

Поиск
Список
Период
Сортировка
От Amador Alvarez
Тема Re: Merging two databases
Дата
Msg-id 4FDA2EAC.3010407@d2.com
обсуждение исходный текст
Ответ на Merging two databases  (Lukasz Brodziak <lukasz.brodziak@gmail.com>)
Список pgsql-admin
Hi,
Obviously it will always depends on the constraints in your schema, but
why do not dump the databases out and import it into a single one
properly? Once you get the new database, it should be easy to catch up
with the 2 databases before the switching (with statements like
insert/update into Newdb tables ...(select from Olddb tables)).
It is up to you, this is to avoid replication settings, however using
replication could be a good thing for future replication experiences.

A.A.



On 06/12/2012 03:23 AM, Lukasz Brodziak wrote:
> Hi there,
>
> Is there a way of merging two databases in postgresql in the way of
> differential replication? The thing is that we have two DBs with same
> schemas and we want to merge the data within them into one single
> replica. Are there any tools/ways of doing this? Of course when the
> merged db is created it will be only updated/inserted with new data
> from each of source DBs.
>

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

Предыдущее
От: Fabricio
Дата:
Сообщение: Re: (new thread) could not rename temporary statistics file "pg_stat_tmp/pgstat.tmp" to "pg_stat_tmp/pgstat.stat": No such file or directory
Следующее
От: Christian Ullrich
Дата:
Сообщение: Re: How to setup PostgreSQL using Windows Authentication?