I have setuped a Master-Slave MariaDb for Replication but When master goes down, There will be Downtime. I want to know If Appwrite Community has a Norm for this?. Managed is Not an Option for me. Thanks for the replies
I don't think there's anything Appwrite specific. I know there are ways to set up a mariadb cluster, but I don't know how highly available it is
You can setup a front facing ProxySQL and then have your MariaDB cluster operate behind it.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...