Hello! I do have a network drive that is focused on storage, much more than my OS server box, can I place the files container in there? If so, any pointers?
Appwrite stores data in volumes. By default, the volumes are managed by docker so they are stored in docker's system folder. It is possible to specify options for the volume such that the path is your network drive. If you do this, I highly recommend using a docker-compose.override.yml file to minimize changes to the docker-compose.yml file installed by Appwrite. This will make upgrades easier in the future so that you can use the upgrade command as per our docs.
For example: https://stackoverflow.com/questions/36387032/how-to-set-a-path-on-host-for-a-named-volume-in-docker-compose-yml (this doesn't use a docker-compose.override.yml file, though)
Thanks! Will give it a go
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...