After update to 1.4.0 I am getting this error after docker compose up -d --remove-orphans.
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "executor": executable file not found in $PATH: unknown
Any advices?
Summary
User is unable to run appwrite after updating to version 1.4.0. They receive an error message: "OCI runtime create failed: runc create failed: unable to start container process: exec: 'executor': executable file not found in $PATH: unknown."
Possible solution: The user is advised to check the Docker Compose file and ensure that all instances of version 1.3.8 have been changed to 1.4.0 correctly. They are also directed to consult the upgrade documentation at <https://appwrite.io/docs/upgrade> for further assistance.
Drake
Admin
Aug 30, 2023, 17:33
how did you update?
Pietras
Rank 1: Thread
Aug 30, 2023, 17:34
I have changed all 1.3.8 to 1.4.0 in my docker compose file. Should I made something more or in a different way?