Hi all, I have a saas solution currently sitting in 1 instance using a 
postgres db.
Due to recent expansions, I need to keep the data in the country of which 
it came from. e.g Malaysia or Philippines will have a database of their 
own. 
In addition, some companies are asking for on - prem versions and I was 
thinking it might be good for them to own their database while we keep the 
application server.
Does anyone have an idea of how to solve this issue and what is the most 
elegant way of doing this?

Some background to this.
I have a tenant model that is storing the country using countryfield.
Some models directly link to the tenant model, others reference a field 
which is tied to a model with the tenant model.


-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/be6fb573-50fa-4f48-be37-712d1a279859%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to