So, apparently we could label this as a 10.1.6 known issue. When you upgrade from ZCS 10.1.4 to ZCS 10.1.6 then there's a problem connecting to Mysql.expert_az wrote: ↑Tue Apr 15, 2025 10:07 am Starting ldap...done.
Running mysql_upgrade...done.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/zimbra/data/tmp/mysql/mysql.sock' (111 "Connection refused")
Tue Apr 15 09:51:03 2025: Error while running '/opt/zimbra/bin/mysql --user=zimbra --password=PassBlaBla --database=zimbra --batch --skip-column-names'.
I have some extra questions:
1) Does the problem happen when upgrading from ZCS 10.1.4 to ZCS 10.1.5? In that case this would also be a 10.1.5 known issue. Otherwise it's 10.1.6 specific.
2) Does the problem happen when upgrading from ZCS 10.1.4 to ZCS 10.1.6?
3) Does the problem happen when upgrading from ZCS 10.1.3 to ZCS 10.1.6? If it's not then it's something 10.1.4 specific.
4) Does the problem happen also in Ubuntu 20.04 or RHEL versions?
I wonder if this is a direct consequence of the zmacl changes.
That somehow they have forgotten that
Code: Select all
zmacl disableI will need to check the related commits to this commit. Not sure in which repo though.
Or maybe just debug the upgrade to see if it's zmacl related or not.
