I am investigating the difference between QuickBooks and Manager for cloud services.
Intuit has told me that if I terminate my cloud service, I can still access read-only copies of my financial data in PDFs and such for one year after termination.
Manager has free desktop edition which is 100% compatible with cloud edition. It means, you can just transfer your data to desktop edition and continue using the software with all features for free indefinitely.
What if I wanted the best of both worlds? Could a customer pay Manager for the server edition and the cloud edition, and somehow set it up so that the data would be the same in both places?
Boil it down to,
while (true) {
if (internet at customer premise is up) {
keep updated copy of cloud Manager data in Server installation
users use cloud
}
else {
while (internet is down) {users use Server installation}
copy Server Manager data to Manager cloud
}
}
Call this a feature request or whatever you want, but I think that would be the superest bestest thing on earth.
Yeah, what you are talking about is some sort of failover mechanism between two instances. Manager could support this in future if there is enough demand.
That’s correct if you want to make changes to two instances simultaneously. That can lead to nasty merge conflicts and I’m pretty certain I’m not going that route.
However, @jamesaepp is talking about simple failover mechanism where only one instance will be active at any moment. The remaining instances would be in stand-by mode in case the active instance would become unreachable so stand-by instance could be switched over and so on.