Socket
Socket
Sign inDemoInstall

couchdb-repl

Package Overview
Dependencies
90
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-repl

Node version couchdb-repl


Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Install size
2.71 MB
Created
Weekly downloads
 

Readme

Source

couchdb-repl

Node version couchdb-repl

Installation

npm install -g couchdb-repl

Usage:

couchdb-repl http://source:5984 http://target:5984 --create --continuous --verbose --dbs=recipes,menus --security

OPTIONS

--dbs          databases to replicate, separated by a comma
--exclude      list of exclude databases
--system       do not skip system databases like _users, _replicator [boolean]
--create       create databases before replicate                     [boolean]
--continuous   use continuous replication                            [boolean]
--security     copy databases security                               [boolean]
--filter       replication filter
--query        JSON Object containing properties that are passed to the filter function
--directly     replicate immediately
--tpl-doc-id   template for replicator document ids e.g. source→target:%DB%
-v, --verbose  explain what is being done                            [boolean]

ENVIRONMENTS

You can use these environment variable instead of CLI arguments

  • REPL_DBS
  • REPL_EXCLUDE
  • REPL_SYSTEM
  • REPL_CREATE
  • REPL_CONTINUOUS
  • REPL_SECURITY
  • REPL_FILTER
  • REPL_QUERY
  • REPL_DIRECTLY
  • REPL_TPL_DOC_ID
  • REPL_VERBOSE

Docker

docker run --rm -ti 3apaxicom/couchdb-repl couchdb-repl http://source:5984 http://target:5984 --create --continuous --verbose --dbs=recipes,menus --security

Keywords

FAQs

Last updated on 07 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc