error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 1
I am upgrading to v4.4.0 it went through sucessfully, but failed to start with RabbitMQ error
I stopped runtipi, did system prune removed all the images and did fresh pull, i am still having the same issue. let me know if anyone having resolution for this.
Looks like it is always scary and tricky to update RunTipi
32 Replies
Please follow the Example post so we can help you
It's always tricky to help without any further info
okay , sure i will
Thanks can you also paste the result of
./runtipi-cli debug
?if i restart reverse proxy manually it works
I see you have a custom
user-config/tipi-compose.yml
which is probably what's breaking the default here, could you also share what custom changes you have applied? Same for the custom traefik config
Or at least try to disable first these two customizations and see if runtipi works properly without your changestipi-compose.yml
i remember facing same issue a while ago after upgrade. not sure what I did.
setings.json
You told that after restarting the reverse proxy it was working. Maybe what are the logs of it?
docker logs runtipi-reverse-proxy
it seems stuck in "Created" statelogs look clean
let me restart and see that will happen
i am restarting with sudo that is the way to do right?
Yes!
same issue proxy not started


docker logs runtipi-reverse-proxy
container is not running
docker ps
shows more info?
or
docker inspect runtipi-reverse-proxy



restart works

And after restart, everything works correctly? Like you can use runtipi?
Correct
Okay so it's not an issue with runtipi-queue (and we can see in the logs that rabbitmq connects after a couple of tries)
do i have to make any changes to the docker compose
to me it looks like MQ should run after all the services are up
Something is preventing traefik to start, maybe your custom config? Can you backup the
traefik
folder at the root (rename to traefik_bak
) and in your runtipi settings disable persistTraefikConfig
Then try to restart
okay i will try and update
@Nicolas it didnt help, i removed all settings and tipi-compse and restarted , it still has the same issue.
is there any way i can open a BUG
not sure what to capture
I'm not sure what could be wrong here
If you could describe reproductions steps on a clean OS with minimal config it could help