Versions Compared

Key

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

...

  • AN-2600 Deploy to azure VM prototype fails sometimes.

    • If using portal requisition do the following change in .env

      Code Block
      PORTAL_REQUISITION_ENABLED=true
    • If using SYNQ add the SYNQ_HOST in .env

      Code Block
      SYNQ_HOST=synq_host

Install-Package:

View file
nameasta7-1.73.0.zip

How to upgrade:

  1. Stop the previously running Asta7

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

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

    1. If using portal requisition do the following change in .env

      Code Block
      PORTAL_REQUISITION_ENABLED=true
    2. If using SYNQ add the SYNQ_HOST in .env

      Code Block
      SYNQ_HOST=synq_host
  4. Run Asta7 1.73.0

    Code Block
    cd asta7-1.73.0
    docker compose up -d

...