Reputation: 71
I am playing around with Openshift and I was trying to create a master-slave configuration using mysql 5.5 but I am not able to do it. Once I added the mysql5.5 cartridge I can't add another similar cartridge (the slave one).
Can anyone help me please? Is it possible to obtain master-slave configuration with mysql5.5 using two different cartridges?
If not why?
I mean, I can create a "scalable app" but I can't create a cluster for the DB?!
Upvotes: 0
Views: 1029
Reputation: 384
I think you should not use the standard MySQL cartridges for this. This article describes how to set up master slave replication on openshift: https://blog.openshift.com/cloudy-with-a-chance-of-data-master-slave-database-replication-on-openshift/
Upvotes: 1