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