以前大概说明过关于升级的操作,以下详细说明下
流程
- 备份
数据,可以使用命令 backup,注意需要在master 操作 - 下载新版本
- 进行软连接关联
注意需要使用的软连接包含了软件包,配置,以及数据目录(比较推荐使用官方建议的运行配置模式)
conf 以及data 分离 - 执行更新
upgrade 命令,注意在master 节点,主要升级的是kv store 的版本,同时集群的所有节点都是已经关闭的 - 启动服务
可以使用systemd 或者dremio提供的命令
说明
dremio 也提供了恢复命令,注意是同一版本的的dremio,同时所有集群的节点应该关闭,同时只能在master 执行
参考资料
https://docs.dremio.com/deployment/standalone/standalone-tarball.html
https://docs.dremio.com/advanced-administration/upgrade-KVstore.html
https://docs.dremio.com/advanced-administration/restore.html