Completed
Database schema migrations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Database Schema Migrations with Zero Downtime
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Database schema migrations
- 3 Why rollbacks are bad
- 4 Zero downtime deployments
- 5 Backwards compatibility
- 6 Rename
- 7 Challenges
- 8 Columns
- 9 Feature Toggle
- 10 Test Migrations
- 11 Fake Data
- 12 No Schema Land
- 13 Migration during reads
- 14 Migration housekeeping
- 15 Large data sets
- 16 Failover
- 17 Kafka
- 18 CQRS
- 19 Migration tools
- 20 Recap