Completed
The Importance of Reliable Schema Changes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Strategies for Reliable Database Schema Migrations
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction and Speaker Background
- 2 Developer Horror Story: A Migration Gone Wrong
- 3 Postmortem Analysis: Understanding the Outage
- 4 The Importance of Reliable Schema Changes
- 5 Strategy 0: Automate Your Schema Changes
- 6 Strategy 1: Database Schema as Code
- 7 Strategy 2: Testing Database Logic with Unit Tests
- 8 Strategy 3: Testing Data Migrations
- 9 Strategy 4: Automating Risk Detection in Migrations
- 10 Strategy 5: Pre-Migration Checks
- 11 Conclusion and Recap of Strategies