toughIQ / docker-mariadb-cluster

Dockerized MariaDB Galera Cluster
GNU General Public License v2.0
97 stars 69 forks source link

Pulse check #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

It's been a minute since this repo saw a commit. As a result, I have two questions:

toughIQ commented 7 years ago

This project was designed as proof of concept. I wanted to keep the image as close as possible to the original MariaDB image. So there are no changes made to the original Dockerfile or setup process of MariaDB image. Only default MariaDB setup routines are used. The need of data persistence collides in some way with the idea of having a highly dynamic DB cluster. There was a PR for creating data persistence, but it didnt work as designed, at least when I tried it. And it needed to replace some of the files originally provided by MariaDB. So if there are changes made by MariaDB, this changed would have to be migrated too.

ghost commented 7 years ago

tyvm