Skip to content

Upgrade flow for replicated setups #2630

Answered by Firstyear
tumbl3w33d asked this question in Q&A
Discussion options

You must be logged in to vote
  • take primary node out of load balancer

  • secondary node now operates like it's the fully operational primary (it stores changes from writes and serves data for reads)

  • the primary node can now be upgraded by replacing the running container with the newer and possibly execute all necessary other migration steps

  • when I start the primary again (it's not active in the load balancer yet), replication would probably start again, which means the primary would retrieve changes that happened on the secondary in the meantime

    • is there a potential for trouble at this point, because the data structures etc. possibly changed on the primary?
  • assuming that the instances are in-sync again (shoul…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tumbl3w33d
Comment options

@yaleman
Comment options

@Firstyear
Comment options

Answer selected by tumbl3w33d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation replication Clones are people two!
3 participants