When uploading files does the file get stored on the droplet or it stores on digital ocean storage? Same question for the database does everything get stored on the droplets ssd or you have to create outside db for it
By default everything is stored in the Droplet
You can setup an external mariadb database and connect it to your appwrite instance inside the droplet and for files you can setup S3, backblaze or digitalocean spaces
But will it be a good practice to leave everything stored on the droplet
It's not a good or bad practice. It depends on your needs
Okay thanks
Also is it possible to migrate project from another cloud to a different cloud ?
Recommended threads
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...