http://qs321.pair.com?node_id=506592


in reply to Re: What is YOUR Development Process?
in thread What is YOUR Development Process?

"There is a maintenance window on prod where the client understands installations may be occurring. Unless it is a crash-bug, this should be the only time changes are made to prod. Period."

At my workplace each machine on the farm runs two web servers one with the production code and the other with the final QA code. Come release time once a week we switch the network so the final QA web servers become production then update the old production web servers with the next QA version in the pipeline.

No maintenance downtime and the final QA code is checked on the exact same production machines.