You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Compu Net <co...@48th.com> on 2019/02/04 20:19:16 UTC

Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data

Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data ?

Re: Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data

Posted by Adam Kocoloski <ko...@apache.org>.
Ah, we need to do a better job documenting this for sure. I think you _cannot_ do an in-place downgrade because the on-disk header format changed to v7 to include some metadata needed for the purge feature that was re-introduced in 2.3.0:

https://github.com/apache/couchdb/commit/78a388d <https://github.com/apache/couchdb/commit/78a388d>

Bill’s suggestion of replication is probably going to be the way to go here. Someone more familiar with the disk format version changes and upgrade / downgrade logic might correct me, but this is my current understanding.

Adam

> On Feb 4, 2019, at 3:21 PM, Bill Stephenson <bi...@cherrypc.com.INVALID> wrote:
> 
> Have you tried replicating your data to the 2.2.1 DB?
> 
> 
> Bill
> 
> 
> 
>> On Feb 4, 2019, at 2:19 PM, Compu Net <co...@48th.com> wrote:
>> 
>> Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data ?
> 


Re: Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data

Posted by Bill Stephenson <bi...@cherrypc.com.INVALID>.
Have you tried replicating your data to the 2.2.1 DB?


Bill



> On Feb 4, 2019, at 2:19 PM, Compu Net <co...@48th.com> wrote:
> 
> Can a couched 2.3.0 be downgraded to 2.1.1 without changes to the data ?