
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
- SDK mismatch
Hi there, The following warning is currently appearing in my console: ``` Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite...
- Can't read files from s3 storage directl...
I try to download the files stored by appwrite directly from my S3 provider. The bucket is not encrypted and no gzip but the files seem not to be stored there i...
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
