I want to do real time replication from SQL Server 2012 to PostgreSQL and PostgreLSQL is hosted on a Linux machine.
One time migration has already been done.
As a temporary solution, through Bash script, I am pulling data from SQL Server every 15 minutes and populating PostgreSQL database from scratch. The limitation of this approach is that it is very slow.
Do you know a better solution?