|
|
|
|
|
by drumdance
3881 days ago
|
|
Here's an example: A few weeks ago we had an issue where a db migration would not work on some of our developer machines (it worked fine on mine and in staging and in production). After a lot of sleuthing, we found that it was because their version of the database was slightly different because they had installed it months after I did. Furthermore, it was a real pain to roll back to the appropriate version. A container that locked down the db version would have avoided all that. |
|