Hi.
I updated from nightly to stable on an ARM system and after the update I’m getting a “What is happening?” screen.
Please do not stop the stack while we are initializing the database or do other preparations.
What is happening? - Nginx cannot connect to an upstream server or other services are not ready yet.
This is fine if mailcow was just installed or updated and can take a few minutes to complete.
Please check the logs or contact support if the error persists.
I tried connecting to the Mysql server using the suggested command using the credentials in mailcow.conf and that’s working fine.
These are a few of the latest logs:
mailcowdockerized-nginx-mailcow-1 | 2024/01/17 11:20:46 [error] 24#24: *561 no live upstreams while connecting to upstream, client: 127.0.0.1, server: mail.example.com, request: "GET /sogo-auth HTTP/1.0", upstream: "fastcgi://phpfpm", host: "mail.example.com"
mailcowdockerized-nginx-mailcow-1 | 2024/01/17 11:20:46 [error] 24#24: *559 auth request unexpected status: 502 while sending to client, client: 181.94.224.91, server: mail.example.com, request: "POST /Microsoft-Server-ActiveSync?Cmd=Ping&User=admin%40example2.com&DeviceId=androidc285787666&DeviceType=Android HTTP/1.1", host: "mail.example.com"
mailcowdockerized-nginx-mailcow-1 | 127.0.0.1 - admin@example2.com [17/Jan/2024:11:20:46 -0300] "GET /sogo-auth HTTP/1.0" 502 2015 "-" "Android-Mail/2023.11.26.586591930.Release"
mailcowdockerized-nginx-mailcow-1 | 181.94.224.91 - admin@example2.com [17/Jan/2024:11:20:46 -0300] "POST /Microsoft-Server-ActiveSync?Cmd=Ping&User=admin%40example2.com&DeviceId=androidc285787666&DeviceType=Android HTTP/1.1" 500 170 "-" "Android-Mail/2023.11.26.586591930.Release"
mailcowdockerized-nginx-mailcow-1 | 172.22.1.13 - - [17/Jan/2024:11:20:56 -0300] "GET / HTTP/1.1" 200 15 "-" "check_http/v (nagios-plugins 2.4.5)"
mailcowdockerized-nginx-mailcow-1 | 2024/01/17 11:21:08 [error] 23#23: *563 connect() failed (111: Connection refused) while connecting to upstream, client: 181.94.224.91, server: mail.example.com, request: "GET / HTTP/2.0", upstream: "fastcgi://[fd4d:6169:6c63:6f77::9]:9002", host: "mail.example.com"
mailcowdockerized-nginx-mailcow-1 | 2024/01/17 11:21:08 [error] 23#23: *563 connect() failed (111: Connection refused) while connecting to upstream, client: 181.94.224.91, server: mail.example.com, request: "GET / HTTP/2.0", upstream: "fastcgi://172.22.1.6:9002", host: "mail.example.com"
mailcowdockerized-nginx-mailcow-1 | 181.94.224.91 - - [17/Jan/2024:11:21:08 -0300] "GET / HTTP/2.0" 502 2015 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
I tried docker compose down / up -d. And even reapplying the update.
Any ideas on what could be happening?