Loading TOC...

xdmp.stopJournalArchiving

xdmp.stopJournalArchiving(
   forestIDs as (Number|String)[]
) as null

Summary

Stops journal archiving to the specified list of forests.

Parameters
forestIDs A sequence of forest IDs.

Required Privileges

This operation requires at least one of the following privileges:

http://marklogic.com/xdmp/privileges/xdmp-database-backup

http://marklogic.com/xdmp/privileges/xdmp-database-backup/database/{id}

Example

xdmp.stopJournalArchiving(
  xdmp.databaseForests(xdmp.database("Documents")));

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.