Script - Backup Table database automation

We would have liked to synchronize the Tulip database in order to create backups of our tables. It seems this synchronization is not allowed. Has one of you already created a script to automate table backups. We have hundreds of tables and do not want to export them one by one in manual mode every day.

Hey @Taigan -

We dont have a one-size-fits-all script for this one, because we don’t have any context around the setup of the database it would be backing up to. Taking Tables data and writing it to redshift would be a different problem than MySQL, beyond that, we don’t have context on the schema that we would be writing to.

Having said that, we do have a Rest API (Docs here) that many customers have used to do just this.

Pete

Hi there,

Any new features in Tulip that are able to do this yet?

Having any kind of way to get a script of the data, as well as a way to get deltas of the data from a given date; would make having a local copy of the data with data integrity more achievable than via the API.

Thank you for your help,

Steffanie