blendsdk Hi, I get a an error when trying to login to SoGo. It is the “What is happening…” page. In the log I find: 2023/04/19 10:29:04 [error] 23#23: *390 connect() failed (111: Connection refused) while connecting to upstream, client…. How do I fix this?
pkernstock This error more looks like nginx logs? (As in the reverse proxy) Is the SoGo container running, and are there any logs or pointers?
blendsdk Ok, this is interesting. I have checked the logs and the container is running. After looking around, it looks like that the SKIP_SOGO was set to “y” after my last upgrade! I changed it to ’n" and restarted the containers. Now It works fine. But I don’t understand why/when SKIP_SOGO was set to “y”.
pkernstock Interesting indeed. There should be a folder called update_diffs/, where you can see changes in some config files. Maybe you can find when it this specific setting was changed?