public class UpgradeFrom5To6 extends AbstractStoreUpgrade
Constructor and Description |
---|
UpgradeFrom5To6() |
Modifier and Type | Method and Description |
---|---|
void |
performUpgrade(com.sleepycat.je.Environment environment,
UpgradeInteractionHandler handler,
ConfiguredObject<?> parent)
Upgrades from a v5 database to a v6 database
v6 is the first "new style" schema where we don't version every table,
and the upgrade is re-runnable
Change in this version:
Message content is moved from the database messageContentDb_v5 to
MESSAGE_CONTENT.
|
reportFinished, reportStarting
public void performUpgrade(com.sleepycat.je.Environment environment, UpgradeInteractionHandler handler, ConfiguredObject<?> parent)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.