Update code on production env where we have live users all time
Our app is in prod mode now. How can I update the server code? Issue: It might have a chance that someone is accessing a server or doing some CRUD. It may impact the data and we have some payment-related things as well. >Solution : A reasonably easy and straight-forward way is a blue-green deployment.… Read More Update code on production env where we have live users all time