TL;DR
Developers are experiencing issues with stats not recording after upgrading to version 1.6.0. Suggestions include checking logs with the command `docker compose logs appwrite worker usage-dump`, restarting Docker with `sudo systemctl restart docker`, restarting containers, checking mariadb logs for errors, running the migration command with `docker exec appwrite doctor`, and checking logs for appwrite and worker-usage containers.What are the logs for the appwrite and the worker-usage containers?
And Redis?
Interesting. No errors. Do you have run the migration command?
Sur i did
What does Appwrite doctor shows?
You can get it with
TypeScript
I see. That looks fine
@Steven Do you have some idea?
Also, @Suii π What are the logs for mariadb? Is there some error?
@D5 you can have a log
Not sure if that many aborts are normal. Weird
I think that could be related so the container can't connect to it.
Do you have tried to restart the contianers ?
yes I restarted container many times, also the server
sudo systemctl restart docker
+1
What about
docker compose logs appwrite worker usage-dump
?