Depending on the requirements. Either two different databases or point to
one database.

Or
Link one database to master (read and write)

Another database instance to read only.

And you can change Another database to main.

Cheers


On Sun, 26 Mar 2023, 22:33 Sandip Bhattacharya, <sand...@showmethesource.org>
wrote:

>
>
> On Mar 26, 2023, at 4:32 PM, Damanjeet Singh <mailtoda...@gmail.com>
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/66989169-7601-4CA1-A54B-B9B29F7B719B%40showmethesource.org
> <https://groups.google.com/d/msgid/django-users/66989169-7601-4CA1-A54B-B9B29F7B719B%40showmethesource.org?utm_medium=email&utm_source=footer>
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGLHGi7iorAPEvhb5UteJT9Hoy7wwaMfT5D8AtWNKh5pH2uj-A%40mail.gmail.com.

Reply via email to