I am using 'Heroku Connect' as the connector for Integrating Salesforce and Heroku post-gres.
By using Heroku connect, When I create a record in Salesforce, it automatically created in Heroku but unfortunately the same thing happen for deletetion.
I want to migrate the records from salesforce to heroku for that I need only insert action. And also I want to migrate the records which should be 3 months prior to created date.
Please suggest me