Use Case:I want to replicate data from my on Premises PostgreSQL database to my PostgreSQl database instance on Azure Cloud.This is not a one time replication/migration.This will be a periodic process.
1)Is Azure SQL Data sync compatible with PostgreSQL database?till now what i learnt from internet is no,but if anyone has any more details please let me know. 2)Suggest a tool which can be used for the above use case.Or any other suggestions to achieve the same. Thanks In Advance.
You can use the Azure Database Migration Service to migrate the databases from an on-premises PostgreSQL instance to Azure Database for PostgreSQL. Once created you can run the migration as and when needed. Refer to below articles for step by step migration:
https://learn.microsoft.com/en-us/azure/dms/tutorial-postgresql-azure-postgresql-online-portal
https://learn.microsoft.com/en-us/learn/modules/migrate-on-premises-postgresql-databases/
https://datamigration.microsoft.com/scenario/postgresql-to-azurepostgresql?step=1