Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make staged, downtime-free deployments possible #134

Open
schurzi opened this issue Jun 27, 2024 · 0 comments
Open

Make staged, downtime-free deployments possible #134

schurzi opened this issue Jun 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@schurzi
Copy link

schurzi commented Jun 27, 2024

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:

  1. stop replication to all RLS Pods
  2. update CS/MLS
  3. import, publish content
  4. 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.

@schurzi schurzi added the enhancement New feature or request label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant