DEV Community

Discussion on: Should you have a staging server for testing?

Collapse
 
karloabapo profile image
Karlo Abapo • Edited

For me yes. Our challenge is how to sync environments. Especially test data. I guess that's where docker comes in and share environments (immutable state). I haven't tried this approach though.

Collapse
 
david_j_eddy profile image
David J Eddy

Immutable infrastructure breads environmental parity. When you are able to deploy any desired version of the infrastructure, at any moment, parity becomes as easy as picking the version you want to be at.