I would like to use appwrite to create a user account and billing. To ensure that information about a user's payment balance is available at any time, I want to use several servers with synchronous appwrite instances and synchronous user data. So if one of the servers was unavailable for some time, others would replace it. And when it became available, all information in the databases would be synchronized. Does the appwrite support this? Is there documentation on this topic?
Recommended threads
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...