Versions Compared

Key

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

...

  • AN-2585 Storage unit not shown on synced units where we have mappe below serie

    Code Block
    ALTER TABLE repository.storage_unit ADD IF NOT EXISTS identifier varchar(255);
  • AN-2636 Repository StorageObejct Sync with different orphan type and improvements

    Code Block
    Users(System Admin recommended) need to do storage object sync from the repository

Install-Package:

View file
nameasta7-1.72.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.72.0

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

  4. Run Asta7 1.72.0

    Code Block
    cd asta7-1.72.0
    docker compose up -d

Configuration:

View file
nameconfiguration.zip