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

Can I use this version of Mariadb to deploy clusters? #389

Closed
Conmi-WhiteJoker opened this issue Aug 29, 2021 · 2 comments
Closed

Can I use this version of Mariadb to deploy clusters? #389

Conmi-WhiteJoker opened this issue Aug 29, 2021 · 2 comments
Assignees

Comments

@Conmi-WhiteJoker
Copy link

I saw some databases like "bitnami/ MariadB-Galera" on Docker Hub and got a bit confused, wondering if clustering can also be deployed in the current version.

@grooverdan
Copy link
Member

The mariadb container does include the galera wsrep provider. With changes like #358 I hope the initialization is sufficiently decoupled to not interfere with runtime implementation and the container can be treated like a self contained service (with the right configuration).

Currently the automation on deployment (#377) and recovery (after a node shutdown - hard problem - suggestions welcome) currently needs more review (soon I hope) and testing.

I'm trying to be particularly cautious to ensure I understand the galera operations and interactions and ensure that no regressions are introduced. You are welcome to assist in the review of #377.

@Conmi-WhiteJoker
Copy link
Author

The mariadb container does include the galera wsrep provider. With changes like #358 I hope the initialization is sufficiently decoupled to not interfere with runtime implementation and the container can be treated like a self contained service (with the right configuration).

Currently the automation on deployment (#377) and recovery (after a node shutdown - hard problem - suggestions welcome) currently needs more review (soon I hope) and testing.

I'm trying to be particularly cautious to ensure I understand the galera operations and interactions and ensure that no regressions are introduced. You are welcome to assist in the review of #377.

Thank you for your answer and I hope the review will be completed as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants