|
|
|
|
|
by theptip
569 days ago
|
|
In all the systems I’ve built (mostly Django) you need to tolerate vN and vN+1 simultaneously; you are not going to turn off your app to upgrade the DB. You’ll have some Pods on the old application version while you do your gradual upgrade. How do you envision rolling upgrades working here? |
|