Обсуждение: Advice on mysql to postgres conversion.

Поиск
Список
Период
Сортировка

Advice on mysql to postgres conversion.

От
Theo Galanakis
Дата:

Hi,
        I would be keen to find a tool that is capable of comparing actual data. I need to confirm if a migration from mysql to postgres is successful. I have tried dbdiff however it appears very slow, as it uses odbc and pulls data across to network to the client. I'm after something I could run on the server(linux based) that can compare data, perhaps some sort of scripting might be able to achieve the results im after. I would appreciate any advice.

Regards,
Theo

______________________________________________________________________
This email, including attachments, is intended only for the addressee
and may be confidential, privileged and subject to copyright. If you
have received this email in error, please advise the sender and delete
it. If you are not the intended recipient of this email, you must not
use, copy or disclose its content to anyone. You must not copy or
communicate to others content that is confidential or subject to
copyright, unless you have the consent of the content owner.

Re: Advice on mysql to postgres conversion.

От
Robert Treat
Дата:
On Mon, 2005-04-04 at 00:50, Theo Galanakis wrote:
> Hi,
>         I would be keen to find a tool that is capable of comparing
> actual data. I need to confirm if a migration from mysql to postgres is
> successful. I have tried dbdiff however it appears very slow, as it uses
> odbc and pulls data across to network to the client. I'm after something
> I could run on the server(linux based) that can compare data, perhaps
> some sort of scripting might be able to achieve the results im after. I
> would appreciate any advice.
>

You might want to check out the dbi-link project on pgfoundry.org which
should allow you to connect from your postgresql database to your my$ql
database. This should give you the ability to write queries comparing
the two systems. HTH.


Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL