Skip to content

Is pull replication from couch 1.x not supported? #3464

Answered by nickva
ronag asked this question in Q&A
Discussion options

You must be logged in to vote

Replication from 1.x is supported. I verified it with a 1.7.1 docker image replicating to latest 3.x branch.

docker run --name couchdb17 -p 5985:5984  couchdb:1.7.1

Then created a db there and could replicate from it.

$ http put http://adm:pass@localhost:15984
/_replicator/from17 source=http://localhost:5985/db17 target=http://adm:pass@localhost:15984/db17_replicated create_target:='true' continuous:='true'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nickva
Comment options

nickva Mar 27, 2021
Collaborator

@ronag
Comment options

Answer selected by nickva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants