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'm trying to find reliable solution to run SQL cluster in docker swarm. So it turns out that this project provides probably the easiest way to do that. But as mentioned in README file, it's not ready for production. So I would like to know, if there are any other projects like this you will recommend and what issues will I face if I use this project in production?
The text was updated successfully, but these errors were encountered:
I created this project as a POC some time ago. I cannot guarantee proper functionality in a production environment nor will I take any responsibility for any data loss, which might happen due to an error in this image.
One major issue with this image in a swarm environment is data persistence. This image does not use any volumes or mounts. So the data resides within the running instances. And as long as the cluster is running and has enough nodes to keep on working, everything is fine. If you shutdown the service and didnt backup your data, it will be gone with the next service init.
Please feel free to play around with this image. Enhance it for your needs and purposes and use it on your own discretion.
Hi,
I'm trying to find reliable solution to run SQL cluster in docker swarm. So it turns out that this project provides probably the easiest way to do that. But as mentioned in README file, it's not ready for production. So I would like to know, if there are any other projects like this you will recommend and what issues will I face if I use this project in production?
The text was updated successfully, but these errors were encountered: