You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade mariadb-10.6 to minor version using apt on Ubuntu, my.cnf file (managed by puppet) is replaced by a symlink to /etc/mysql/mariadb.cnf.
Force execution with puppet agent -t doesn't remove the symlink to force replace with the file my.cnf.
Result is a broken setup. We then need to restore originial my.cnf file to start mysql.
Expected Behavior
my.cnf should be a file and content managed by Puppet even if a symlink exists for my.cnf.
Steps to Reproduce
Install Ubuntu 20.04 or 22.04, setup mariadb repo 10.6.
Describe the Bug
After upgrade mariadb-10.6 to minor version using apt on Ubuntu, my.cnf file (managed by puppet) is replaced by a symlink to /etc/mysql/mariadb.cnf.
Force execution with
puppet agent -t
doesn't remove the symlink to force replace with the file my.cnf.Result is a broken setup. We then need to restore originial my.cnf file to start mysql.
Expected Behavior
my.cnf should be a file and content managed by Puppet even if a symlink exists for my.cnf.
Steps to Reproduce
Install Ubuntu 20.04 or 22.04, setup mariadb repo 10.6.
Environment
Additional Context
n/a
The text was updated successfully, but these errors were encountered: