Hi there, i have an update Problem!
i have just moved to mailcow and wanted to update my server but get error messages. Whats wron here?
./update.sh all
Checking internet connection... OK
Checking for newer update script...
remote: Enumerating objects: 86, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 86 (delta 61), reused 86 (delta 61), pack-reused 0
Unpacking objects: 100% (86/86), done.
From https://github.com/mailcow/mailcow-dockerized
3255c088..685433b3 master -> origin/master
Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] y
Validating docker-compose stack configuration...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Checking for conflicting bridges...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
# Warning: iptables-legacy tables present, use iptables-legacy to see them
Saving diff to update_diffs/diff_before_update_2021-03-19-20-36-17...
Prefetching images...
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: read udp 127.0.0.1:50481->127.0.0.1:53: read: connection refused
Error pulling mailcow/unbound:1.13, retrying...
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: read udp 127.0.0.1:60128->127.0.0.1:53: read: connection refused
Error pulling mailcow/unbound:1.13, retrying...
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: read udp 127.0.0.1:40781->127.0.0.1:53: read: connection refused
Error pulling mailcow/unbound:1.13, retrying...
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: read udp 127.0.0.1:48906->127.0.0.1:53: read: connection refused
Error pulling mailcow/unbound:1.13, retrying...
Too many failed retries, exiting
root@mail:/opt/mailcow-dockerized#
my resolv.conf was not edited by me and i can ping google.com…
cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 161.97.189.52
nameserver 161.97.189.51
search invalid
Whats wrong here?!
Cheers and thanks!