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
Hello,
In the template file templates/etc_my.cnf.d_server.cnf.j2 the name [mariadb] is hard-coded.
Is it possible to make this name dynamic?
For example we would like to have [mariadb.inst1] in order to start it with systemctl start mariadb@inst1.service
Thank you.