bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

If Blue-Green faild because of unexpected happens #100

Open lcwxz1989 opened 2 years ago

lcwxz1989 commented 2 years ago

if something unexpected happens with your new version on Green, you can immediately roll back to the last version by switching back to Blue

I think the question is not suitable in this project, if anyone know where is better, I appreciate your sharing. I wander whether there are some best practices to do the data fix because of the unexpected happens, and migrate the fix data to old version database; or this are some other ways to do so(for example: product level, give users some coupons without fix the data or etc...)