Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Upgrading MarkLogic

David Cassel edited this page Sep 25, 2015 · 6 revisions

When you upgrade the version of MarkLogic that a project is deployed to, you may need to make some changes to your Roxy configuration.

Best practice is to upgrade Roxy itself first, make sure it works, then upgrade MarkLogic and make the necessary adjustments.

Upgrading from ML7 to ML8

  • change the server-version property from 7 to 8
  • In MarkLogic 8, REST API instances must use the declarative rewriter.
    • Make the following property change for --app-type=rest applications: url-rewriter=/MarkLogic/rest-api/rewriter.xml
    • For --app-type=hybrid, see the fix suggested in issue #416
    • --app-type=mvc is not affected by this change
Clone this wiki locally