Tagged Questions
12
votes
5answers
1k views
Keeping testing and production server environments clean, in sync, and consistent
It seems that the company that I work for is always struggling with our customers’ server environments.
Specifically, we almost always encounter problems with testing servers and production servers, ...
0
votes
2answers
352 views
Best practice for Test and Production Environments
In the company I work, we have 2 environments: Test and Production. We are not currently starting a new environment, because of its cost.
Here is the procedure we follow. Business makes a feature ...
0
votes
1answer
192 views
Forward a copy of http requests to another (test) environment
I want all the production data for my web-app to also flow through my testing environment. Essentially, I want to forward every http request for the production site to the test site (and also have the ...