v6.1.0
- Update Information
- Upgrade Instruction
What's New
- Supports configuration of session validity periods for each login endpoint (internal users/external portals/APP)
- Supports configuration to automatically log out or remain on the current page when the login status expires
- Supports configuration to redirect to a specified page after successful login
- Single Sign-On (SSO) supports using WeChat and QQ accounts.
- Single Sign-On (SSO) supports synchronizing the language of external user
- Ops Platform v1.1.0 (Support configuring alerts, viewing slow queries and index suggestions for MongoDB databases)
- Sync HAP SaaS Edition v6.1.0
Issues Fixing
- Application duplication, missing multilingual translation
- Worksheet print template, query record field query conditions not taking effect
- Worksheet associated record settings do not allow disassociation, yet disassociation is still possible during batch deletion
- New options added to worksheet single-select field via workflow new record addition display abnormally in statistical charts
- Workflow approval process withdrawal notification, to-do title display incomplete
- Integration center, some APIs installation anomalies
- System configuration, OCR self-integration type baseURL cannot be saved
- Collaboration suite - task, abnormal task creation when sorting by project
Please ensure that the MongoDB version is 4.4 or above before upgrading to 6.0.0+
Standalone Mode
-
Upgrade microservices to version
6.1.0
. Microservices Upgrade -
After the image upgrade is completed, execute the script in the microservice application container. The steps are as follows:
-
Entering the container:
docker exec -it $(docker ps | grep community | awk '{print $1}') bash
-
Execute MongoDB scripts to synchronize pre-set translation content
source /entrypoint.sh && mongodbResetTemplateMessage
-
Cluster Mode
-
Backup data storage related servers.
-
Upgrade microservices to version
6.1.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 following script
Execute MongoDB scripts to synchronize pre-set translation content and add indexes
source /entrypoint.sh && mongodbResetTemplateMessage
source /entrypoint.sh && mongodbExecute mdmap /init/mongodb/6.1.0/mdmap/DDL.txt
source /entrypoint.sh && mongodbExecute mdworksheet /init/mongodb/6.1.0/mdworksheet/DDL.txt
source /entrypoint.sh && mongodbExecute mdattachment /init/mongodb/6.1.0/mdattachment/DDL.txt
-