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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...