I wasn't upgrading, migrating or anything.. i was changing some proxy settings and env varibles but reverted the changes as soon as i saw that usage was restarting infinitely.
Appwrite doctor states its connected to InfluxDB but the log from usage implies otherwise.
Any suggestions how to fix that.. I reinstalled the dockers and so on but still the same outcome
Summary
The user is experiencing an issue where the "usage" container keeps restarting every couple of seconds when a proxy is set up in the config.json file. The user has tried excluding the container through a docker-compose.override.yml file, but it didn't work. The user also tried recreating the container and confirming that the influxdb container is running fine. The issue occurred after making changes to proxy settings and environment variables, but the changes were reverted. The Appwrite doctor confirms the connection to InfluxDB, but the usage container logs suggest otherwise. The user has tried reinstalling the dockers, but the problem persists. No solution is provided
ilikechicken77
Rank 2: Process
Jul 18, 2023, 12:24
..and influxdb container is up and running and logs are fine too
Drake
Jul 19, 2023, 00:11
did you try recreating the container?
ilikechicken77
Rank 2: Process
Jul 19, 2023, 06:49
jap results in same output
ilikechicken77
Rank 2: Process
Jul 19, 2023, 07:54
The "usage" container only crashes/restarts when there is a proxy setup in .docker/config.json.. I tried to manually exclude the container with a docker-compose.override.yml but to no prevail
Drake
Jul 19, 2023, 16:01
jap?
Drake
Jul 19, 2023, 16:02
proxy? exclude what?
ilikechicken77
Rank 2: Process
Jul 20, 2023, 07:37
yes I did recreate the container ( jap = yes.. sorry)
ilikechicken77
Rank 2: Process
Jul 20, 2023, 07:42
As soon as I set up a proxy in config.json the "usage" container cant connect to influxdb which causes it to restart every couple seconds. Appwrite doctor says that influxdb is connected though.