Ask Your Question
2

What is the method for indicating multiple IP addresses in the export command of Marklogic?

asked 2023-06-29 20:57:04 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-29 21:16:02 +0000

plato gravatar image

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".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-29 20:57:04 +0000

Seen: 8 times

Last updated: Jun 29 '23