Skip to content

Upgrade instructions versions 1.x versions

1.0.0 to 1.1.0

Install Redis

In order to run the Extension Engine, you must have Redis configured and running. See the Setup cache chapter for more info.

Run all database scripts

Note: Running the migration below will cause all scripts to be deleted from the Extension Engine database. If you want to preserve stored scripts, first copy them (from the Onegini Extension Engine database or the Onegini Token Server Admin Console) and save again via the Onegini Token Server Admin Console after running the migration below.

  • V1_01_00_00__remove_non_encrypted_scripts.sql

Changed properties

The following properties were made required and any defaults were removed:

  • EXTENSION_ENGINE_BASIC_AUTHENTICATION_USER (default value was: username)
  • EXTENSION_ENGINE_BASIC_AUTHENTICATION_PASSWORD (default value was: password)
  • EXTENSION_ENGINE_PROPERTY_ENCRYPTION_PASSWORD (no default was specified)