Import data from previous versions (3.2 and below)

This applies to version 4.0 and later.

Make an export of the data on the current installation (3.2 or below). 

Supported databases are: MySQL, Microsoft SQL Server and HyperSQL.

Make an export of the data on the current installation (3.2 or below)

See documentation on how to do this:
Export

Download the Data migration tool

Download the tool from:
Data migration

Start the import

The tool is in the form of a java jar container.

Run the command:

java -cp <paths_to_tool_jar_and_driver> com.phenixidentity.dataimport.Start <path_to_export_file> <database_address> <driver> <username> <password>

Example:

java -cp dataimport-1.0.jar:hsqldb-2.5.0.jar com.phenixidentity.dataimport.Start /Users/johanengman/Downloads/export.20200910T145109 jdbc:hsqldb:hsql://localhost:9001/phenixid org.hsqldb.jdbc.JDBCDriver phenixid mplPassword