Questions tagged [rolling-deployment]

4 questions
49
votes
4 answers

Blue Green Deployments vs Rolling Deployments?

What's the difference between a blue/green deployment and a rolling deployment? I always thought that a blue/green deployment was a sudden switch of traffic from the old version to the new version immediately. This talk about Blue/Green deployment…
2
votes
1 answer

Is possible achieve rolling deploy (and HA) with JSF application?

I think the main problem with JSF is: hard to achieve rolling deploy. With stateless restapi + js frameworks you can stop some servers and upgrade it while other servers works and there is no or minimum downtime. Our JSF applications are scaleable,…
László Tóth
  • 483
  • 5
  • 15
1
vote
1 answer

Can I automatically do Rolling, Blue-Green and Canary Deployments on Cloud Run (GCP)

I come from AWS. I used to automatically do Rolling, Blue-Green and Canary Deployments with CodeDeploy on AWS. Then, when I came to GCP and read Rollbacks, gradual rollouts, and traffic migration, it seems like I can kind of manually do Rolling,…
0
votes
1 answer

Is this zero-downtime database migration plan viable?

I am pondering about performing a zero-downtime database migration and came up with minimum necessary steps. By "migration" I mean any change in the same database that is not backward-compatible such as renaming, splitting or dropping a…
raiks
  • 1,270
  • 1
  • 15
  • 12