I'm evaluating Appwrite Cloud for a project.
One of my requirements is that I can move to selfhosted down the road if it becomes necessary.
After reading the documentation for selfhosting it is not clear to me if I can use "managed" databases like: https://www.digitalocean.com/products/managed-databases-mysql https://planetscale.com/ https://aws.amazon.com/rds/mariadb/
Recommended threads
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...