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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: