woojiahao / Taiga

Discord administration bot
https://woojiahao.github.io/Taiga
MIT License
20 stars 12 forks source link

Backup System #9

Open woojiahao opened 5 years ago

woojiahao commented 5 years ago

Create a backup system for Heroku since it does not store persistent data between iterations of the bot.

Requirements

  1. Back up at a certain time every week
  2. Transfer all the data from the database to a persistent data store like S3 (there's a plugin for Heroku for that)

Additional Bonuses

  1. If the data store provides a CDN for users, move the GIF store into the CDN