media-insights-on-aws icon indicating copy to clipboard operation
media-insights-on-aws copied to clipboard

Document how to upgrade MIE deployments.

Open ianwow opened this issue 4 years ago • 1 comments

MIE supports upgrades via the VERSION field on build, so when you run the build script use a different VERSION number.

Changes that will break upgrades:

  • Any schema changes for things stored in S3, DynamoDB, or Elasticsearch will break backwards compatibility.
  • if you change any existing API routes, that will break backwards compatibility.

ianwow avatar Apr 20 '20 18:04 ianwow

We are able to support for minor version upgrades. For major version upgrades, you must back up your data and delete/redeploy the stack.

brandold avatar Dec 07 '20 21:12 brandold