Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.16k stars 128 forks source link

How to schedule replibyte to do automatic backup and restores? #242

Open behnam-io opened 1 year ago

behnam-io commented 1 year ago

Hi, I was searching for this, but couldn't find any instructions in the documenation. Is there any built-in (or a workaround) config to make the backups and restorations automatic? I want to run Replibyte on docker and assign a source and datasource to it, so it can periodically backup the postgres database and upload it to S3

lukeasrodgers commented 1 year ago

I'm not a replibyte contributor, but I don't believe this feature is supported by replibyte. I would recommend using cron or a CI tool like Github actions or buildkite to accomplish this.