Loading TOC...

xdmp.forestDatabaseReplicationResume

xdmp.forestDatabaseReplicationResume(
   forest-ID as (Number|String)[],
   forceBulkReplication as Boolean
) as null

Summary

Resume database replication with the specified forest IDs.

Parameters
forest-ID forest IDs.
forceBulkReplication Whether to force bulk replication or not.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-resume

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-resume/forest/{id}

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-resume/database/{id}

Usage Notes

To resume database replication on a database, find all the open forests in the database and use xdmp.forestDatabaseReplicationResume on each forest.

Example

xdmp.forestDatabaseReplicationResume(98394839084390843,fn:true())
=> ()

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