From: | chiru r <chirupg(at)gmail(dot)com> |
---|---|
To: | Thomas Poty <thomas(dot)poty(at)gmail(dot)com> |
Cc: | arnaud(dot)listes(at)codata(dot)eu, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Schema/Data conversion opensource tools from MySQL to PostgreSQL |
Date: | 2018-06-26 16:03:26 |
Message-ID: | CA+RSxMgoMw3w=2QmSXqX0ymg_8t0796ReKr8O+vQhok82Ev1mQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thank you for your inputs...
I am looking for tool to reduce the manualy effort in Migration. I
undestand manual efforts needed to migare 100% to PostgreSQL.
On Tue, Jun 26, 2018 at 4:08 AM, Thomas Poty <thomas(dot)poty(at)gmail(dot)com> wrote:
> Hi Chiranjeevi,
>
> I know my answer doesn't answer your request but we have just converted a
> database from mysql to postgresql with about 1000 tables.
> We had to convert some functions present in mysql but not in postgresql
> Also we had to convert queries.
> I converted all of that manually, table by table, column by column,etc
>
> We developped a program that compare structure , a program that migrate
> data and a program that compare data.
> Also we had to convert queries.
>
> All of that to say I don't think you can convert only by running a tool
> like that.
>
> I also think it is a bit difficult to suggest a tool without knowing
> exactly what is needed.
>
> Regards
> Thomas
>
>
> Le mar. 26 juin 2018 à 08:25, Arnaud L. <arnaud(dot)listes(at)codata(dot)eu> a
> écrit :
>
>> Le 25-06-18 à 18:47, chiru r a écrit :
>> > Please suggest Schema/Data conversion opensource tools from MySQL to
>> > PostgreSQL.
>>
>> Hi.
>> I used this php script which did a pretty good job :
>> https://github.com/AnatolyUss/FromMySqlToPostgreSql
>>
>> --
>> Regards
>>
>>
From | Date | Subject | |
---|---|---|---|
Next Message | amandeep singh | 2018-06-26 17:26:14 | Re: We find few queries running three times simultaneously with same parameters on postgres db |
Previous Message | Anto Aravinth | 2018-06-26 15:08:05 | Re: Using COPY to import large xml file |