> On Mar 26, 2023, at 4:32 PM, Damanjeet Singh <[email protected]> wrote: >> 3. How do you do non-backward compatible schema upgrades? Do you do it out >> of band from deployments? Do you shift traffic to a different cluster, and >> then zero traffic upgrade the whole cluster at once? > > > Daman: Blue Green deployment can help. You can distribute traffic to old and > new. When all stable then move everything. You can use kubernetes with helm.
Do you do blue-green deployments with two different databases? - Sandip -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/66989169-7601-4CA1-A54B-B9B29F7B719B%40showmethesource.org.

