Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 } )'

...

  1. Stop the previously running Asta7

    Code Block
    cd previous_asta7_directory
    docker compose down
  2. Download and extract Asta7 1.77.0

  3. Adjust the .env file according to the previous one

  4. Run Asta7 1.77.0

    Code Block
    cd asta7-1.77.0
    docker compose up -d
  5. 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
nameconfiguration.zip

...