Adding zero-downtime migrations strategy in a SaaS project - Iga Karbowiak
HTML-код
- Опубликовано: 29 окт 2024
- [EuroPython 2023 - South Hall 2A on 2023-07-19]
ep2023.europyt...
Zero-downtime migration is a technique for running database migrations without stopping the web app. As clients' databases grow larger, applying necessary updates to the database can become time-consuming or potentially break the database schema. This talk will describe problematic operation types and provide a strategy for writing and running migrations to release new software versions without downtime.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License creativecommons...