Class Migrations
java.lang.Object
org.eblocker.server.common.data.migrations.Migrations
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Migrations
-
-
Method Details
-
migrateToLatestSchema
-
run
- Throws:
IOException
-