Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple MariaDB instances on the same server #330

Open
mromero-convoso opened this issue Apr 12, 2021 · 0 comments
Open

Multiple MariaDB instances on the same server #330

mromero-convoso opened this issue Apr 12, 2021 · 0 comments
Assignees
Labels
Feature Request Enhancement to existing functionality or new functionality

Comments

@mromero-convoso
Copy link

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 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.

@ramereth ramereth added the Feature Request Enhancement to existing functionality or new functionality label Apr 12, 2021
@ramereth ramereth added this to To Discuss in Weekly Meeting Apr 22, 2021
@ramereth ramereth moved this from To Discuss to In Progress in Weekly Meeting Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement to existing functionality or new functionality
Projects
Weekly Meeting
In Progress
Development

No branches or pull requests

3 participants