Reputation: 11
Appreciate if anyone could guide me on how to upgrade couchdb 1.3 to 1.5? I've tried out upgrading the couchdb software and pointing the data directory to 1.3 versions' data directory location, which works fine so far. But is it the best and accurate way of doing it?
Thanks in advance.
Upvotes: 1
Views: 269
Reputation: 5414
Yup, that's the right way.
Here's quote from CouchDB
CouchDB uses semantic versioning, so, in a nutshell:
•X.Y.Z equates to major version, minor version, and patch version.
•The major version will be incremented every time we make backwards incompatible changes.
•The minor version will be incremented every time we add backwards compatible features.
•The patch version will be incremented every time we add backwards compatible fixes.
Upvotes: 2