Empower 2 or 3 Configuration ?
Answers
-
Sounds like you need your Empower to reference the same database.
1) You're going to need to combine all of your individual site databases into 1 master database.
2) Once you do that, you're going to want to set some sort of backup scheme that pushes the master database out to each location.
3) Next, you're going to want your site-specific databases to only push *changes* that were made at that specific location on some sort of regular interval back to the master database.4) Finally, you'll need to have the master database push out the changes to the sites on some regular interval.
*You may not be able to see what operator in France does immediately, but if you set your backup/restore intervals up right, you may only have to wait a few hours for it to show.
*Doing this in realtime will eat your network bandwidth for breakfast. DO NOT SET THIS UP IN REALTIME.
0