I came up with the idea to run 2 different servers with both of them having the same app, but one is just 1 release behind.
Why would I want to do this?
Sometimes one of of our releases is faulty we want to instantly rollback any changes by changing the traffic from the new release to the other server where the 'not faulty' release is on.
Is there any term that describes this process?
I am trying to rollback any changes without any downtime.