By xavipal on
Hi, I want to know is there is any way to syncronize two instances ,not only the data ,also the modules and other files that
could change. I need have two copys of the web (two different drupal instances ) in different servers/countryes. I need
that both will be syncronized and then, if I install a module in one of then the changes will be replicated to the other, and also with the contents.
This is in production. We need also a test instance were develop before apply changes to producction.
I'm new in Drupal and I dont know anything about how to administer different instances.I hope you can give
good ideas.
Thanks for your support!
Comments
It is not a drupal solution.
It is not a drupal solution. You need sync files and database. It should do by config MySQL replication and files by rsync.
1. database: Master/slave model
2. files: rsync
But you need dedicated server or VPS to do this.