Developer forum
shared database on local and live server?
Replies
You must be logged in to post in the forum
Hi Rasmus
I would not do this if one of the solutions is a live one. Especially if you change any data other than templates and such. That said, it's definitely possible to have two solutions use the same DB but you need to make sure that both solutions are the same version, otherwise you run the risk of updating the DB to a state that the oldest version can't use. Also remember that Dynamicweb caches a lot of objects to reduce the number of DB connections and these objects are cached on a per-application basis, so if you change some value in Dynamicweb then this change is reflected on the solution that made it, but not on the other -- until that solution is forced to reload the cache.
Those are the biggest issues I can think of off the top of my head, but there are probably other issues.
- Jeppe
You must be logged in to post in the forum