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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...