nulib / avalon

Variations-on-Video Hydra app
Apache License 2.0
3 stars 0 forks source link

Determine a Fedora Upgrade Path for AVR on AWS #337

Closed carrickr closed 6 years ago

carrickr commented 6 years ago

The rails app itself is a no downtime issue, but we need to replace the Fedora:

Get a Maintenance Window

Get a window, probably an early AM one, and replace the Fedora instance.

Build A New Stack

Cloudform up a new AVR stack (with the new Fedora), copy solr data over to the new instance. Test, then just swap stacks. Plus side here is no maintenance window, downside is the need to make the old AVR read only after the solr copy, to avoid any kind of drift in data.

mbklein commented 6 years ago

I don't think we need to create a new stack. We have DB snapshots. We can snapshot the S3 bucket to glacier, swap in the new Fedora WAR, check it all over, and move on.