Hi Appwrite Team, I have a Question. The Appwrite team told me before that I can Scale Appwrite containers Because Some of the Containers are Stateless. But my Question is MariaDB , etc, Can I Scale The Stateful Containers And If I do If multiple Container Write at the Same Time, If it would be a problem or Not? I'm using Kubernetes but Answers related are also Helpful Thanks!
Mariadb is not one of the stateless containers. You can scale that the way you'd scale any mariadb database. It might be best to use a managed service
Recommended threads
- 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...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...