Re: Replication MSSQL-PostgreSQL - any success?

Поиск
Список
Период
Сортировка
От Chris Miles
Тема Re: Replication MSSQL-PostgreSQL - any success?
Дата
Msg-id 20021114075912.A13886@psychofx.com
обсуждение исходный текст
Ответы Re: Replication MSSQL-PostgreSQL - any success?
Список pgsql-admin
Hi, actually what I was after was a continuous way to keep a
PostgreSQL db in sync with a changing MSSQL db.  Migrating
data from MSSQL to PostgreSQL is pretty easy.  The method
you described is one way.  The way we usually use is with
PgAdmin (a great tool) which has a Migration Wizard plugin
to automatically migrate a database from any ODBC source to
PostgreSQL (including tables and all).

Once the data is migrated, a method of syncing any updates
in the MSSQL db to the PostgreSQL db is what we require.
I haven't discovered a nice way of doing that yet.

Cheers,
Chris.

ps: cc'd the pgsql-admin list back in to generate any
further discussion and ideas.

On Thu, Nov 14, 2002 at 01:11:22AM +0100, Ragnvald Larsen wrote:
> Hi Chris,
>       you wrote as follows:
>
> >Hi, sorry no, I got no responses unfortunately.
> >
> >If you find some information, please let me know.
>
> I have been thinking. Wouldn't a ODBC-call do the works? I mean a PHP-page
> with the correct code should be able to:
>
> o empty data in target table
> o query data from MSSQL-server table
> o insert it into target PostgreSQL-server table.
>
> The solution is a bit dirty, but would most certainly work.
> updatepostgresql.php and some crontab-solution should do it. Perhaps Perl?
> Shouldn't be difficult, and with some effort one might be able to make a
> more dynamic solution too... That, of course, would be an
> OpenSource-project in its own...
>
>
> Ragnvald

--
Chris Miles

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

Предыдущее
От: dima
Дата:
Сообщение: Re: Weird processes
Следующее
От: Chris Miles
Дата:
Сообщение: Re: Weird processes