ghost-discord / ghost

🤖 A modular, multi-feature Discord bot
GNU General Public License v3.0
23 stars 31 forks source link

[Bug] External database support #45

Closed zzzowoey closed 4 years ago

zzzowoey commented 4 years ago

Heroku dynos have ephemeral filesystems, meaning the H2 database gets deleted on Dyno restart. This obviously isn't ideal.

Fortunately, Heroku has a few choices for persistent RDBMS; it's just a matter of adding support for non-H2 persistence solutions.

zzzowoey commented 4 years ago

Fixed. Staged for merge in #46.