Clone certain tables from Azure Postgres Single Server Database to other Azure Postgres Single Server Database

Viewed 18

The requirements are that certain tables with primary and foreign keys are cloned from PROD to TEST Environment weekly.

I thought about using Logic Apps, Foreign Tables with merging or Azure Data Factory.

What would be the best way to do this?

0 Answers
Related