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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...