tupperward / butterbean

A bot for the WATTBA discord
2 stars 1 forks source link

Migrate to Sqlite instead of Postgres #20

Closed tupperward closed 2 years ago

tupperward commented 2 years ago
tupperward commented 2 years ago

As much as I want to practice postgres for work, this isn't exactly the best usecase. There are only a few hundred entries in the memes table and a half dozen in approved_users. Implementing reglar backup/restore jobs inside docker-compose aren't exactly ideal either. Pivoting usage to Sqlite will allow us to have a constant backup saved to the host location. Then the backup needs to be done by the hoster intead of us.