Class Migrations

java.lang.Object
org.eblocker.server.common.data.migrations.Migrations

public class Migrations extends Object
Migrations can update the Redis database during installation of software updates. They are run oncy by the postinstall script.

Migrations can only update the database to higher version numbers.

Since the user can skip software updates, migrations must also handle updates that span more than one release.