[ 
https://issues.apache.org/jira/browse/COUCHDB-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227032#comment-15227032
 ] 

Robert Kowalski commented on COUCHDB-2980:
------------------------------------------

POST to $DB/replicator with a simple replication to kick of a replication:

{
  "_id": "my_rep2",
  "_rev": "3-9ede1daaf9b0fed4ef92a7162b7162e0",
  "source": "http://localhost:5984/animaldb";,
  "target": "copyanimaldbrepbug",
  "continuous": false,
  "create_target": true,
  "user_ctx": {
    "name": "YOU",
    "roles": [
      "_admin"
    ]
  }
}

> Replicator DB on 15984 replicates to backdoor ports
> ---------------------------------------------------
>
>                 Key: COUCHDB-2980
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2980
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>            Reporter: Robert Kowalski
>
> If you POST a doc into the replicator database a replication is kicked off 
> and finishes successfully (usual 5984 port which maps to 15984 via haproxy).
> The problem is that the DB is replicated to the backdoor ports (15986) and is 
> not visible on the other ports.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to