Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

[Bug] External database support #45

Closed
zocat64 opened this issue Dec 3, 2019 · 1 comment
Closed

[Bug] External database support #45

zocat64 opened this issue Dec 3, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@zocat64
Copy link
Member

zocat64 commented Dec 3, 2019

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.

@zocat64 zocat64 added the bug Something isn't working label Dec 3, 2019
@zocat64
Copy link
Member Author

zocat64 commented Jan 25, 2020

Fixed. Staged for merge in #46.

@zocat64 zocat64 closed this as completed Jan 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant