Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用数据将Couchdb 1.3升级到1.5?_Couchdb_Upgrade - Fatal编程技术网

使用数据将Couchdb 1.3升级到1.5?

使用数据将Couchdb 1.3升级到1.5?,couchdb,upgrade,Couchdb,Upgrade,如果有人能指导我如何将couchdb 1.3升级到1.5,我将不胜感激?我尝试过升级couchdb软件,并将数据目录指向1.3版本的数据目录位置,到目前为止效果良好。但这是最好、最准确的方法吗 提前谢谢。是的,这是正确的方法 这里引用 CouchDB uses semantic versioning, so, in a nutshell: •X.Y.Z equates to major version, minor version, and patch version. •The m

如果有人能指导我如何将couchdb 1.3升级到1.5,我将不胜感激?我尝试过升级couchdb软件,并将数据目录指向1.3版本的数据目录位置,到目前为止效果良好。但这是最好、最准确的方法吗


提前谢谢。

是的,这是正确的方法

这里引用

 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.