Project disappears after creation #665
-
Describe the bug To Reproduce
Expected behavior Environment (please complete the following information):
Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The docker image example you've provided is using sqlite as the data storage mechanism but isn't persisting the location of that db anywhere. Every time your image starts you're starting over with a fresh database. We've provided an example of how to accomplish this but specific debugging of individual setups is beyond the scope of what we can help with. Someone else might want to chime in with AWS help :) |
Beta Was this translation helpful? Give feedback.
The docker image example you've provided is using sqlite as the data storage mechanism but isn't persisting the location of that db anywhere. Every time your image starts you're starting over with a fresh database.
We've provided an example of how to accomplish this but specific debugging of individual setups is beyond the scope of what we can help with. Someone else might want to chime in with AWS help :)