Search code examples
javascriptnosqlcouchbasecouchbase-sync-gateway

Block to saving _sync documents in to couchbase server


I'm using couchbase server & couchbase sync gateway as my backend databases. but the problem is once I configured the full setup _sync documents were saved to the central server. I only want to keep my master documents & transaction documents in the couchbase server. is there any approach or solution to resolve this issue?


Solution

  • Sync Gateway stores '_sync'-prefixed documents to the bucket to manage mobile replication and security information associated with that bucket. There isn't any way to avoid this at the present time.