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?
Hi I have one document which was already existed in Couchbase DB. In the bucket the “ID ==abc”. And I want to generate same document, but ID should be “abc1”. I don’t understand how to use INSERT SELECT query. Can you please explain.