You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When deplyoing a new version we want to update our environment without downtime and without showing partial new content.
Sometimes new version of our application depend on specific new content (or vice versa) and we cannot do a "just restart and wait".
Describe the solution you'd like
To achieve a downtime free deployment folloing steps are neccessary:
stop replication to all RLS Pods
update CS/MLS
import, publish content
now for each RLS/CAE pair/group
remove CAE from loadbalancing
stop CAE and RLS
update RLS
wait for replication to finish
update CAE
insert CAE into loadbalancing
Maybe other backing services (like Solr) are also affected by this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When deplyoing a new version we want to update our environment without downtime and without showing partial new content.
Sometimes new version of our application depend on specific new content (or vice versa) and we cannot do a "just restart and wait".
Describe the solution you'd like
To achieve a downtime free deployment folloing steps are neccessary:
Maybe other backing services (like Solr) are also affected by this.
The text was updated successfully, but these errors were encountered: