How to migrate data from mainframe db2 to postgresql without using ADF?

Satya Sri 46 Reputation points
2022-12-03T05:45:52.01+00:00

In my organization we have data in Mainframe DB2, would like to migrate data into azure postgres SQL. our client do not want us to use Azure Data Factory, is there any other pipeline to migrate the data from mainframe db2 to PostgreSQL ?

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,587 Reputation points Microsoft Employee Moderator
    2022-12-13T16:02:20.827+00:00

    Hi, @Satya Sri Thanks for your patience on this.
    If you can “afford” an offline migration -> It means, you will have downtime using any of the methods below.

    • Use Spark via Azure Synapse or Azure Databricks to connect with DB2 and move data to Azure PostgreSQL
    • Any ETL (IBM DataStage, Informatica PowerCenter, Talend, etc.. tool you already have knowledge that has connectors or connectors can be purchased for the source and target.
    • Extract the files via DB2 export to a share location, use Azure Databox to send it to MSFT dc and upload it to blob storage, import it via copy command to Azure PostgreSQL

    I hope this information helps.

    Regards
    Geetha

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.