I am interested in getting some advice when it comes to handling data in a test environment, and how I can move this data from the live server to the test server, and vice versa.
The straight forward method would be to just do a database move, and a files move from one server to the other. But with this approach there is a risk of overwriting things that have been updated and should not be overwritten.
How do other people handle a test environment? Is there a tool (not nessesarily a DynamicWeb specific tool) that could do this, or help manage this? Is it possible to handle two different websites (with two different sets of data) in the same DynamicWeb admin interface?
Any feedback is appreciated.