Hello,
I just upgraded from 21.1.20210503 to 21.1.20210521 using the debian package. I’m running debian 10.
The command I ran was:
apt update
apt upgrade
Everything seemed to go well, but when I try connecting I get an nginx bad gateway error. When I run /etc/egroupware-docker/egroupware-logs.sh I see:
`2021/05/26 12:14:00 [error] 23#23: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: _, request: "GET /egroupware/index.php HTTP/1.1", upstream: "fastcgi://172.18.0.2:9000", host: "egroupware.dmz.nicethreads.net"`
When I run ‘docker ps’ I get:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4e4d7bf330b0 nginx:stable-alpine "/docker-entrypoint." 24 minutes ago Up 18 minutes 127.0.0.1:8080->80/tcp egroupware-nginx
7f1599ef93a3 phpswoole/swoole:4.6-php7.4-alpine "docker-php-entrypoi" 30 minutes ago Up 24 minutes egroupware-push
d18391122874 containrrr/watchtower:latest "/watchtower --sched" 30 minutes ago Up 24 minutes 8080/tcp egroupware-watchtower
951f7051bc58 egroupware/egroupware:21.1 "/entrypoint.sh php-" About an hour ago Up Less than a second 9000/tcp egroupware
653f48ce7aa8 mariadb:10.4 "docker-entrypoint.s" About an hour ago Up Less than a second 3306/tcp egroupware-db
5c9e9173811c quay.io/egroupware/collabora-key:stable "/bin/sh -c 'bash st" 11 days ago Up Less than a second 127.0.0.1:9980->9980/tcp collabora-key
It looks to me like there is a problem connecting to the docker that is supposed to run the PHP code, but I’m not sure where I need to be looking to fix this.
Please let me know if you have any ideas.
Thanks in advance!
-Tim