dls.startUpgrade() as null
Upgrades a previous version DLS Database to the current format.
After upgrading MarkLogic to a new major version, if the DLS
database is incompatible with the current version you need to
either enable compatibly mode by calling
dls.setUpgradeStatus(false)
or by upgrading
your database with
dls.startUpgrade
.
const dls = require('/MarkLogic/dls'); dls.startUpgrade();
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.