|
|
|
|
|
by barnabask
965 days ago
|
|
How interesting. Does that mean the same is true for deployment_mode? As in, assuming 'customer 2' was originally made 'dedicated', is this how we'd move them back to shared deployment mode? update tenants set deployment_mode = 'shared' where name = 'customer 2';
Does that mean some downtime or broken connections for that tenant while data is shuffled around? |
|
The architecture includes proxy layer that handles routing and maintains the connections, so we believe broken connections are avoidable.