Hello everyone, I often encounter such a difficulty after updating mariadb, namely, a file with My.cnf settings disappears, and a symbolic link appears. Accordingly, the parameters are completely reset. What I am doing, deleting a symbolic link, and throw my.cnf reserve file into the directory /etc /mysql. In general, I wonder if there is an opportunity to avoid this after each database update? Thank you . Has anything changed since then?)
cd /etc/mysql && rm my.conf && cp /usr/local/hestia/install/deb/mysql/my-large.cnf /etc/mysql/my.cnf && systemctl restart mariadb && systemctl status mariadb
Thank you, everything is so, of course, it would be good that the creators of the database are somehow thought out so that you do not create a file every time)