# 河图4.3
版本升级4.4
版本
警告!!!
# 产品升级前要进行数据备份
1.数据库数据备份
2.附件(用户上传文件及程序生成文件)文件夹的备份,默认项目安装目录下的 work
文件夹,如果修改过 application-prod.yml
中的安装目录 (hetu.file.save-path)
信息,需根据配置文件中指定的路径进行数据备份
1、解压4.4
版本安装包到临时目录
如:
unzip -d /tmp/hetu-app hetu-app-4.4.0.zip
2、删除原版本文件夹中的 bin
、lib
、plugin
、web
、config
(config 文件夹需保留dbconfig.properties
文件)
如:
rm -rf /opt/hetu-app/bin
rm -rf /opt/hetu-app/config/application*
rm -rf /opt/hetu-app/config/logback-spring.xml
rm -rf /opt/hetu-app/lib
rm -rf /opt/hetu-app/plugin
rm -rf /opt/hetu-app/web
3、移动4.4
中的 bin
、config
、lib
、plugin
、web
到原版本安装文件夹中
如:
mv /tmp/hetu-app/bin /opt/hetu-app/
mv /tmp/hetu-app/config/* /opt/hetu-app/config/
mv /tmp/hetu-app/lib /opt/hetu-app/
mv /tmp/hetu-app/plugin /opt/hetu-app/
mv /tmp/hetu-app/web /opt/hetu-app/
4、如果修改过 config 文件夹中的配置文件、web 文件夹中的静态文件, 在新文件中重新进行修改
5、执行更新脚本,更新数据库表信息
6、启动河图,验证项目数据及已发布大屏是否可以正常访问
警告!!!
请勿将新版本直接覆盖到原版本安装文件夹
← 任务调度(可选)