Upgrading an existing installation

Before starting an upgrade, read the release notes:

Pay close attention to Breaking changes.

Upgrading nRF Asset Tracker for AWS

If you already have an installation and you want to upgrade to the latest release, pull in the changes and perform the update:

git pull
npm ci
npx tsc
npx cdk deploy '*'

Upgrading an existing Cat Tracker web application installation

If you already have an installation and you want to upgrade to the latest release, pull in the changes and perform the update:

git pull
npm ci

To publish the upgrade to AWS, perform the steps for the initial installation as described in Deploying the Cat Tracker web application.