I updated my selfhosted instance to 1.6.2 and the new service (appwrite-task-stats-resources) failed to start. The only log message I see is:
Could not open input file: /usr/src/code/app/cli.php
The volume is mounted as such:
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
When I looked, those folders weren't present in the same directory where the docker-compose.yml file is located at (/var/appwrite/) so I manually created the two folders. I tried having those two folders be owned by root and also my local user account. But whenever I try to restart the service, it still gives the same error.
š¤¦āāļø
So it stays stopped?
In portainer it says exited - code 1 same as when running docker compose ps --all.
But yes it stays stopped. It doesn't have a restart policy defined so I don't think it tries to restart.
I've tried to restart the service from both portainer and running docker compose up -d appwrite-task-stats-resources --force-recreate.
Hm okay...just leave it š
lol. I believe this service is new to this stack so I'm not even sure what it does. I'm assuming based on your response it's nothing critical?
Correct. Not critical
Okay I'll just wait for a new version and leave it as it is.
Recommended threads
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird CLI error
I'm a little lost ``` appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id" ā¹ Info: For detailed erro...