Open Internet by MindsNet
Ensuring safe database migrations during rolling deployments
The author describes a common problem where database migrations can cause issues during rolling deployments, specifically when dropping columns. This can lead to old pods reading a column that has already been dropped by new pods.
Computing & Technology, Computer Science, Software Engineering