v5.7.0
- Update Information
- Upgrade Instruction
What's New
- Support viewing archived data (workflow execution history, worksheet record modification logs)
- Workflow AIGC node supports configuring OpenAI models
- Sync HAP SaaS Edition v5.7.0
Issues Fixing
- Application selection using dedicated database storage is invalid
- The worksheet imports data through Excel, but the time type field in Excel cannot be imported
- The printing and sorting of worksheet sub tables/associated tables are incorrect
- When there are multiple input formats for worksheet field settings, the validation rules for list and detail page editing fields are inconsistent
- After deleting the relevant fields used in the statistical chart, an error page is displayed but cannot be edited
- Color rules for numerical charts, color levels do not work
- Custom page search box occasionally fails to input
- Some phone number formats cannot be recognized correctly
- In some cases, business rules may become invalid in H5
Standalone Mode
-
Upgrade microservices to version
5.7.0
. Microservices Upgrade -
After completing the upgrade, execute
docker exec -it $(docker ps | grep community | awk '{print $1}') bash
to enter the microservices application container and reset the multilingual translation template.source /entrypoint.sh && mongodbResetTemplateMessage
Cluster Mode
-
Backup data storage related servers.
-
Upgrade microservices to version
5.7.0
. Microservices Upgrade -
Enter the config Pod of the control node and execute the following commands, as shown below:
-
Enter the config Pod:
kubectl exec -it $(kubectl get pod | grep config | awk '{print $1}') bash
-
Execute the script to reset the multilingual translation template and add indexes
source /entrypoint.sh && mongodbResetTemplateMessage
source /entrypoint.sh && mongodbExecute mdapps /init/mongodb/5.7.0/mdapps/DDL.txt
-