How do you handle database schema changes when your system is live and people are using it?
Lidija Horvat
·2864 views
hey everyone, ive been thinking about how we handle database schema changes once an application is live. rolling out changes safely without downtime or data corruption is always a challenge. do you use blue-green deployments for your databases, implement canary releases for schema migrations, or have other strategies you rely on? curious to hear what works well in practice.
26 comments