Closed blade1989 closed 2 years ago
I executed docker-compose pull;docker-compose up -d
and everything is working again. Even after a reboot.
As an idea, one may create a maintenance script, that has a list of things that could go wrong, and fixes that listed problems?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Prior to placing the issue, please check following: (fill out each checkbox with an
X
once done)Summary
I updated mailcow to the latest version
2022-01a
, there was some issues, can't remember what, but after a restart, everything seemed to work fine.I updated my server like so:
A customer notified me that he could not send me an e-mail, I checked the server, and everything was down because of Redis.
I rebooted several times, but no luck.
Where are the downgrade documentations? I can't seem to find them.
Logs
It looks like Redis got messed up somehow, according to several logs:
mcuadros/ofelia:latest
mailcow/netfilter:1.46
mailcow/acme:1.81
mailcow/dovecot:1.159
nginx:mainline-alpine
mailcow/olefy:1.8.1
memcached:alpine
mailcow/sogo:1.106
mailcow/watchdog:1.96
Reproduction
Follow the above mentioned update steps above, to the latest mailcow version:
2022-01a
System information
docker version
)docker-compose version
)Output of
git diff origin/master
, any other changes to the code? If so, please post them.+myhostname = mail.eurobytes.eu
diff --git a/docker-compose.yml b/docker-compose.yml index d706d2dc..a5df0bc3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -577,36 +577,6 @@ services: aliases:
ipv6nat-mailcow:
depends_on:
environment:
image: robbertkl/ipv6nat
security_opt:
restart: always
privileged: true
network_mode: "host"
volumes:
networks: mailcow-network: driver: bridge
All third-party firewalls and custom iptables rules are unsupported. Please check the Docker docs about how to use Docker with your own ruleset. Nevertheless, iptabels output can help us to help you:
iptables -L -vn
,ip6tables -L -vn
,iptables -L -vn -t nat
andip6tables -L -vn -t nat
.Hereby all the IP tables rules:
iptables -L -vn
ip6tables -L -vn
iptables -L -vn -t nat
ip6tables -L -vn -t nat
docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254
(set the IP accordingly, if you changed the internal mailcow network) and post the output.;; connection timed out; no servers could be reached
- the first time around, after playing with some different IP adresses it worked:docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @205.251.193.102