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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...