> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/push-notifications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/push-notifications/admin-guide/migrations/1.3.0-greater-than-2.0.0.md).

# 1.3.0 -> 2.0.0

## Prerequisites

The prerequisites for a migrations is the same as described in the [Getting started](/push-notifications/admin-guide/getting-started.md) page for 2.0.0

{% hint style="info" %}
This is a good time to check the OC config for the property names required to get the article drop data to populate the Title and Body text. The **TeaserHeadline** and **TeaserBody** properties were added in standard OC config version **0.9.1** (2021-03-29)
{% endhint %}

## Data migration

**A data migration** needs to be done by the push backend administrators. To move the existing push notifications to the new backend from the one used by 1.3.0. This is currently a one-shot that migrates the entire bunch. So it is good to do this just prior to the upgrade so no data is lost.

## Configurations

Less configurations is required in the plugin settings :tada:

### API URL to push endpoint

The push api url is different and you need to update it. The new url points to a saas environment which should correspond with the environment of your dashboard.&#x20;

The URL you need to configure is:&#x20;

{% hint style="success" %}
<https://pushbackend.saas-\\{{ENV\\}}.navigacloud.com/twirp/pushbackend.PushServices>
{% endhint %}

Replace `{{ENV}}` with either `dev`, `stage` or `prod` depending on which environment the dashboard is running.

### API KEY to push endpoint

The API key is removed. The new version is using NavigaID token to authenticate with the push api.

### Applications

Applications is removed from the dashboard plugin configuration. When your app is made available in the push notification backend it will belong to one or several of a organisations Naviga ID units.

### Permissions

Permissions is removed from the dashboard plugin settings. This is now determined by the dashboard users permissions in [Naviga ID](https://docs.navigaglobal.com/navigaid/).
