1.

How Do I Use Replication?

Answer»

POST /_replicate with a post body of 
{"source":"$source_database"
,
"target":"$target_database"}

Where $source_database and $target_database can be the NAMES of local database or full URIS of remote DATABASES. Both databases need to be CREATED before they can be replicated from or to. 

POST /_replicate with a post body of 
{"source":"$source_database"
,
"target":"$target_database"}

Where $source_database and $target_database can be the names of local database or full URIs of remote databases. Both databases need to be created before they can be replicated from or to. 



Discussion

No Comment Found