top | item 22817664 (no title) yoloClin | 5 years ago I'm more curious about how DB rollbacks occur in situations where a PR changes DB and is then reverted. discuss order hn newest aledalgrande|5 years ago It would be a good practice to first make a DB change alone, which is compatible with both and new code, so you don't need rollbacks. Then separately deploy a code change.Edit: also suggested by Martin Fowler https://www.martinfowler.com/bliki/BlueGreenDeployment.html
aledalgrande|5 years ago It would be a good practice to first make a DB change alone, which is compatible with both and new code, so you don't need rollbacks. Then separately deploy a code change.Edit: also suggested by Martin Fowler https://www.martinfowler.com/bliki/BlueGreenDeployment.html
aledalgrande|5 years ago
Edit: also suggested by Martin Fowler https://www.martinfowler.com/bliki/BlueGreenDeployment.html