Migration from 2.0.x to 2.1.0
This guide provides instructions for migrating from PowerAuth Mobile Utility Server version 2.0.x to version 2.1.0.
Database Changes
For convenience, you can use liquibase for your database migration.
For manual changes, use SQL scripts:
Table mus_certificate
The type of the expires column has been changed from integer to bigint (Postgres) / NUMBER(38,0) (Oracle).
Last updated on Apr 01, 2026 (13:18)
Edit on Github
Send Feedback