Hacker News new | ask | show | jobs
by aggrrrh 1645 days ago
Schema(or data in a database) in your release N should be compatible with release N-1, so you can revert your code to previous working version with new schema. That's the only way to ship new releases without stopping service for maintenance.