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
Is there an easy way to setup multiple MariaDB instances using this cookbook, each with their own service setup?
Steps to Reproduce:
Populate the mariadb_server_install resource twice, with different names. Notice there are is only one mariadb.service though there are two separate configurations.
Expected Result:
An easy way to setup multiple instances, similar to how the MySQL cookbook has the mysql_service resource which accepts a name that can be used to stop/start the service.
Actual Result:
Appears to only allow one MariaDB service per server. And each mariadb_server_configuration resource appears to step on any previously ran mariadb_server_configuration resources.
The text was updated successfully, but these errors were encountered:
Cookbook version
4.3.0
Chef-client version
16.13.16
Platform Details
Ubuntu 20.04-LTS
Scenario:
Is there an easy way to setup multiple MariaDB instances using this cookbook, each with their own service setup?
Steps to Reproduce:
Populate the
mariadb_server_install
resource twice, with different names. Notice there are is only onemariadb.service
though there are two separate configurations.Expected Result:
An easy way to setup multiple instances, similar to how the MySQL cookbook has the
mysql_service
resource which accepts a name that can be used to stop/start the service.Actual Result:
Appears to only allow one MariaDB service per server. And each
mariadb_server_configuration
resource appears to step on any previously ranmariadb_server_configuration
resources.The text was updated successfully, but these errors were encountered: