Requirement : Export few documents from one server of couchbase to another server. Basically bucket which has 1000 documents in Development Environment and take the selected document using a N1QL query (say the result to be 300 documents). Transfer these 300 documents to the UAT environment.
Is it possible?
Tried with couchbase Backup tool and it worked for single document. But how to append multiple documents? Or is it possible to give the n1ql query in the exporting options?