Migration from previous versions
Migration to 2.36+
| In Device Portal version 2.36.0 (IAS 2023.01.1.3-rev2) we have replaced Flyway by Liquibase as our database management tool. Make sure you upgrade to version 2.35.0 of Device Portal (IAS 2023.01.1.1-rev1) first if you have a previous installation of Device Portal (version 2.35.0 is the new baseline for database migrations). |
Migration to 2.41+
| Device Portal 2.41.0 introduces Redis Sentinel that can be deployed in case no externally managed Redis service is available. As part of the addition we made some changes to the custom values for Redis and deprecated the "host" and "port" configuration for external Redis services in favor of a new "url" variable. The URL for the external Redis must be specified as described in chapter External Redis. |
Migration to 2.47+
| Device Portal 2.47.0 introduces Valkey Sentinel as a replacement to Redis Sentinel deployment. After the deployment to Valkey Sentinel, it is required to manually trigger a synchronization once, see: Synchronize communication id mapping to key-value store (Redis/Valkey). |