Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To indicate multiple IP addresses in the export command of Marklogic, you can use a comma-separated list of IP addresses. For example:

export -host "192.168.1.1,192.168.1.2" -port 8000 -user myuser -password mypassword -database mydatabase -output_file output_file.zip

This command exports data from the database "mydatabase" on MarkLogic servers at IP addresses 192.168.1.1 and 192.168.1.2, using the port number 8000 and the specified username and password. The resulting output will be saved to the file "output_file.zip".