On Mon, Mar 25, 2013 at 5:41 PM, Ted Goldstein tedgoldstein@gmail.com wrote:
Hi Does anyone have any experience or advice about running two servers on the same database?
My advice is don't do it. The moment you update the development server to run with a new database schema version, your shared database will be updated, and the production server will probably stop working. That's assuming there are not other issues before that...
(If you are talking about running two version-locked production servers, then perhaps there is precedent with load balancing systems which might be worth investigating)
Peter