
Hey,
I am facing an issue while trying to run Appwrite on a Debian virtual machine hosted on an M2 Mac. When I attempt to start Appwrite, I encounter the following error:
/entrypoint.sh: line 12: /usr/bin/influxd: No error information
/entrypoint.sh: line 12: /usr/bin/influxd: cannot execute binary file: Exec format error
It seems like there might be an issue with the binary compatibility or architecture mismatch on this setup? I'm very new to docker/server side of things.
Here are some details about my environment:
- Mac: M2 Mac mini Virtualization software: UTM OS: Debian 12 (also tried Ubuntu)
- Appwrite version: 1.3.4
Any ideas on why this might not be working?
Thank you for your time and support.

Does the influxDB, telegraph or usage containers shows any additional errors?

Seems to stem from the same issue?

Not sure then what could be happening

Did you have modified your docker compose file recently?

Also did you have tried recreating the containers?
Recommended threads
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
