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 cdk deploy --all

Upgrading an existing nRF Asset 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 nRF Asset Tracker web application.