Yes; this is why my replication broke as well.It looks like the /etc/my.cnf is overwritten when updating so we lost all our changes to my.cnf. We haven't seen this before during other updates. Is there a reason why this is necessary? And what's the best way to add our own mysqld variables to my.cnf?
just create file to tell build script to skip setting my.cnfif [ ! -e /root/.skip_mysql_install ]; then
touch /root/.skip_mysql_install
I see this before, but I have no clue what's it meant, where's file to move, until today. ;(2777 - Move creation of basic my.cnf from setup procedures to CustomBuild.
That shouldn't happen anyway. Why is the new my.cnf not changed to my.cnf.new instead of overwriting existing ones?but your old file not complete removing, it just move to ".old"
It was a bug, and it has been fixed in latest version of CB.That shouldn't happen anyway. Why is the new my.cnf not changed to my.cnf.new instead of overwriting existing ones?
It seems the /etc/my.cnf.d/server.cnf might be used to do the settings, but still... it's a sudden change we should have been warned about and given a way to prevent it.
So I'm also curious as to why this sudden change.
This eases my mind that it's nothing of MariaDB for some reason, so we can safely put back the my.cnf and restart mariadb.and it has been fixed in latest version of CB.