Skip to content

Data persistance issue #1106

Answered by mockdeep
sottey asked this question in Q&A
Oct 2, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @sottey, I may not be understanding, but setting DATABASE_URL="sqlite3:':memory:'" looks suspicious to me. Using an in-memory (non-persisted) db inside the Docker container is going to cause it to evaporate after the machine shuts down. SQLite might work, but we don't support it, so you're best off using Postgres.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sottey
Comment options

Answer selected by sottey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants