blob: 5a8a3758e9c2c58741f747efef7c8467e32d9ca5 [file] [log] [blame]
(window.webpackJsonp=window.webpackJsonp||[]).push([[282],{847:function(t,a,e){"use strict";e.r(a);var v=e(69),r=Object(v.a)({},(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"发行版本"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#发行版本"}},[t._v("#")]),t._v(" 发行版本")]),t._v(" "),e("table",[e("tr",[e("th",[t._v("Version")]),t._v(" "),e("th",{attrs:{colspan:"3"}},[t._v("IoTDB Binaries")]),t._v(" "),e("th",{attrs:{colspan:"3"}},[t._v("IoTDB Sources")]),t._v(" "),e("th",[t._v("release notes")])]),t._v(" "),e("tr",[e("td",[t._v("0.11.2")]),t._v(" "),e("td",[e("a",{attrs:{href:"https://www.apache.org/dyn/closer.cgi/iotdb/0.11.2/apache-iotdb-0.11.2-bin.zip"}},[t._v("可执行程序")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.11.2/apache-iotdb-0.11.2-bin.zip.sha512"}},[t._v("SHA512")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.11.2/apache-iotdb-0.11.2-bin.zip.asc"}},[t._v("ASC")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://www.apache.org/dyn/closer.cgi/iotdb/0.11.2/apache-iotdb-0.11.2-source-release.zip"}},[t._v("源代码")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.11.2/apache-iotdb-0.11.2-source-release.zip.sha512"}},[t._v("SHA512")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.11.2/apache-iotdb-0.11.2-source-release.zip.asc"}},[t._v("ASC")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://raw.githubusercontent.com/apache/iotdb/release/0.11.2/RELEASE_NOTES.md"}},[t._v("release notes")])])]),t._v(" "),e("tr",[e("td",[t._v("0.10.1")]),t._v(" "),e("td",[e("a",{attrs:{href:"https://www.apache.org/dyn/closer.cgi/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-bin.zip"}},[t._v("可执行程序")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-bin.zip.sha512"}},[t._v("SHA512")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-bin.zip.asc"}},[t._v("ASC")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://www.apache.org/dyn/closer.cgi/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-source-release.zip"}},[t._v("源代码")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-source-release.zip.sha512"}},[t._v("SHA512")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://downloads.apache.org/iotdb/0.10.1-incubating/apache-iotdb-0.10.1-incubating-source-release.zip.asc"}},[t._v("ASC")])]),t._v(" "),e("td",[e("a",{attrs:{href:"https://raw.githubusercontent.com/apache/iotdb/release/0.10.1/RELEASE_NOTES.md"}},[t._v("release notes")])])])]),t._v(" "),e("p",[t._v("历史版本下载: "),e("a",{attrs:{href:"https://archive.apache.org/dist/iotdb/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://archive.apache.org/dist/iotdb/"),e("OutboundLink")],1)]),t._v(" "),e("p",[e("strong",[e("font",{attrs:{color:"red"}},[t._v("升级注意事项")])],1),t._v(":")]),t._v(" "),e("ul",[e("li",[e("p",[t._v("如何升级小版本 (例如,从 v0.11.0 to v0.11.2)?")]),t._v(" "),e("ul",[e("li",[t._v("同一个大版本下的多个小版本是互相兼容的。")]),t._v(" "),e("li",[t._v("只需要下载新的小版本, 然后修改其配置文件,使其与原有版本的设置一致。")]),t._v(" "),e("li",[t._v("停掉旧版本进程,启动新版本即可。")])])]),t._v(" "),e("li",[e("p",[t._v("如何从v0.11.x或v0.10.x 升级到 v0.12.x?")]),t._v(" "),e("ul",[e("li",[t._v("从0.11或0.10升级到0.12的过程与v0.9升级到v0.10类似,升级工具会自动进行数据文件的升级。")]),t._v(" "),e("li",[t._v("停掉旧版本新数据写入。")]),t._v(" "),e("li",[t._v("用CLI调用"),e("code",[t._v("flush")]),t._v(",确保关闭所有的TsFile文件.")]),t._v(" "),e("li",[t._v("我们推荐提前备份数据文件(以及写前日志和mlog文件),以备回滚。")]),t._v(" "),e("li",[t._v("下载最新版,解压并修改配置文件。将各数据目录都指向备份的或者v0.11或0.10原来使用的数据目录。 把0.11中的其他修改都放到0.12中。")]),t._v(" "),e("li",[t._v("停止旧版本IoTDB的实例,启动v0.12的实例。IoTDB将后台自动升级数据文件格式。在升级过程中数据可以进行查询和写入。\n"),e("ul",[e("li",[t._v("当日志中显示"),e("code",[t._v("All files upgraded successfully!")]),t._v(" 后代表升级成功。")]),t._v(" "),e("li",[e("strong",[t._v("注意1:0.12的配置文件进行了较大改动,因此不要直接将原本的配置文件用于0.12")])]),t._v(" "),e("li",[e("strong",[t._v("注意2: 由于0.12不支持从0.9或者更低版本升级,如果需要升级,请先升级到0.10版本")])]),t._v(" "),e("li",[e("strong",[t._v("注意3: 在文件升级完成前,最好不要进行delete操作。如果删除某个存储组内的数据且该存储组内存在待升级文件,删除会失败。")])])])])])]),t._v(" "),e("li",[e("p",[t._v("如何从v0.10.x 升级到 v0.11.x?")]),t._v(" "),e("ul",[e("li",[t._v("0.10 与0.11的数据文件格式兼容,但写前日志等格式不兼容,因此需要进行升级(但速度很快):")]),t._v(" "),e("li",[t._v("停掉0.10的新数据写入。")]),t._v(" "),e("li",[t._v("用CLI调用"),e("code",[t._v("flush")]),t._v(",确保关闭所有的TsFile文件.")]),t._v(" "),e("li",[t._v("我们推荐提前备份写前日志和mlog文件,以备回滚。")]),t._v(" "),e("li",[t._v("下载最新版,解压并修改配置文件。将各数据目录都指向备份的或者v0.10原来使用的数据目录。")]),t._v(" "),e("li",[t._v("停止v0.10的实例,启动v0.11的实例。IoTDB将自动升级不兼容的文件格式。")]),t._v(" "),e("li",[e("strong",[t._v("注意:0.11的配置文件进行了较大改动,因此不要直接将0.10的配置文件用于0.11")])])])]),t._v(" "),e("li",[e("p",[t._v("如何从v0.9.x 升级到 v0.10.x?")]),t._v(" "),e("ul",[e("li",[t._v("停掉0.9的新数据写入。")]),t._v(" "),e("li",[t._v("用CLI调用"),e("code",[t._v("flush")]),t._v(",确保关闭所有的TsFile文件.")]),t._v(" "),e("li",[t._v("我们推荐提前备份数据文件(以及写前日志和mlog文件),以备回滚。")]),t._v(" "),e("li",[t._v("下载最新版,解压并修改配置文件。将各数据目录都指向备份的或者v0.9原来使用的数据目录。")]),t._v(" "),e("li",[t._v("停止v0.9的实例,启动v0.10的实例。IoTDB将自动升级数据文件格式。")])])]),t._v(" "),e("li",[e("p",[t._v("如何从0.8.x 升级到 v0.9.x?")]),t._v(" "),e("ul",[e("li",[t._v("我们推荐提前备份数据文件(以及写前日志和mlog文件),以备回滚。")]),t._v(" "),e("li",[t._v("下载最新版,解压并修改配置文件。将各数据目录都指向备份的或者v0.8原来使用的数据目录。")]),t._v(" "),e("li",[t._v("停止v0.8的实例,启动v0.9.x的实例。IoTDB将自动升级数据文件格式。")])])])]),t._v(" "),e("h1",{attrs:{id:"所有版本"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#所有版本"}},[t._v("#")]),t._v(" 所有版本")]),t._v(" "),e("p",[t._v("在 "),e("a",{attrs:{href:"https://archive.apache.org/dist/iotdb/",target:"_blank",rel:"noopener noreferrer"}},[t._v("Archive repository"),e("OutboundLink")],1),t._v("查看所有版本")]),t._v(" "),e("h1",{attrs:{id:"验证哈希和签名"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#验证哈希和签名"}},[t._v("#")]),t._v(" 验证哈希和签名")]),t._v(" "),e("p",[t._v("除了我们的发行版,我们还在* .sha512文件中提供了sha512散列,并在* .asc文件中提供了加密签名。 Apache Software Foundation提供了广泛的教程来 "),e("a",{attrs:{href:"http://www.apache.org/info/verification.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("验证哈希和签名"),e("OutboundLink")],1),t._v(",您可以使用任何这些发布签名的"),e("a",{attrs:{href:"https://downloads.apache.org/iotdb/KEYS",target:"_blank",rel:"noopener noreferrer"}},[t._v("KEYS"),e("OutboundLink")],1),t._v("来遵循这些哈希和签名。")])])}),[],!1,null,null,null);a.default=r.exports}}]);