Galera Cluster expire_logs_days
Is it safe to modify the "expire_logs_days" variable while the cluster is running? show variables like 'expire_log_days' is 14, I've not defined this under my.cnf or wsrep.cnf.
What would be the proper procedure to reduce or increase binlog expiry?
Answer Answered by Guillaume Lefranc in this comment.
It is completely safe to modify this variable when the cluster is running; e.g : SET GLOBAL expire_logs_days=7;
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.