v7.1.0
- Update Information
- Upgrade Instruction
What's New
- Support Enable HDP (Hyper Data Platform)
Fixed Issues
- [Worksheet] Switching between Gantt views causes page layout/style issues.
- [Worksheet] Ctrl+S does not work for saving rich text fields within sub-tables.
- [Worksheet] After opening a sub-table and entering partial data, closing the sub-table and then editing the main table clears the previously entered values.
- [Worksheet] Percentage fields in sub-tables cannot be filled in correctly on H5.
Please ensure that the MongoDB version is 4.4 or above before upgrading to 6.0.0+.
Standalone Mode
-
Due to the Image Naming Change, execute the following commands to complete the adjustments 💥 💥 💥
Default Path ReminderThe following commands are written based on the default paths. If you have customized the installation paths, please replace the paths accordingly before executing.
Default path for
docker-compose.yaml:/data/mingdao/script/Default path for
service.sh:/usr/local/MDPrivateDeployment/Default path for
run.sh:/data/mingdao/script/-
Replace the image name in
docker-compose.yaml:sed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/docker-compose.yaml -
Replace the service name in
service.sh:sed -i -e 's/Community/Hap/g' -e 's/community/hap/g' /usr/local/MDPrivateDeployment/service.sh -
Replace the image name in
run.sh:if [ -f /data/mingdao/script/run.sh ]; thensed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/run.shfi
-
-
Upgrade microservices to version
7.1.0. Refer to this
Cluster Mode
-
Backup data storage related servers.
-
Due to the Image Naming Change, please execute the following commands on the control node to complete the adjustment 💥 💥 💥
Default Path NoticeThe following commands are written based on the default path. If you have customized the installation path, please replace the path accordingly before executing.
Default file location path:
/data/mingdao/script/kubernetes-
Replace all image names in the YAML files:
sed -i -e 's/mingdaoyun-community/mingdaoyun-hap/g' /data/mingdao/script/kubernetes/*.yaml -
Replace the service names in
update.sh:sed -i -e 's/Community/Hap/g' -e 's/community/hap/g' /data/mingdao/script/kubernetes/update.sh
-
-
Upgrade microservices to version
7.1.0. Refer to this