...
AN-2842 Create "publish enabled" flag on main ISDAG entities
Code Block Need to replace old ISADG template with new ISADG template.
AN-2846 Upgrade Spring boot, MongoDbMongoDB, ES, Debezium, and others
Run the following upgrade command after running Asta7, change the password if needed
Code Block docker exec am-mongodb mongosh -u admin -p admin --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "7.0", confirm: true } )'
...
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.77.0
Adjust the
.env
file according to the previous oneRun Asta7 1.77.0
Code Block cd asta7-1.77.0 docker compose up -d
If Asta7 is running and everything is working well, run the following command (change the password if needed)
Code Block docker exec am-mongodb mongosh -u admin -p admin --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "7.0", confirm: true } )'
Configuration:
View file | ||
---|---|---|
|
...