Hello!
I've encountered a strange issue (but it also kinda makes sense). In the past, to turn off my Appwrite instance, I ran sudo docker compose down -v and when I started it again with sudo docker compose up -d, everything worked fine.
However, now when I run down -v and I start it again, all of my data is lost. It makes sense though as the down command also seems to take down the volumes, but why do this if the data is stored in the volumes.
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...