Versions Compared

Key

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

...

  • AN-2286 Make notifications window more intuitive

  • AN-2564 R&D: Expanding a tree node breaks the UI at repository

  • AN-2592 Restrict Changes to Available Space, Total Space on Shelves, and Width of the Bay That Contains Storage Units or Locations

  • AN-2604 Unable to create storage unit item for new projects.

  • AN-2613 Repository sync by project admin fails when there are storage location from different projects

  • AN-2623 Splitter component breaks UI at repository client

  • AN-2632 All actors are published as "Person" when posting to Arkivportalen

  • AN-2633 All units are published with archive meduim "Paper"

Tasks with release note:

  • AN-2670 Run am-essync as non root user

    Code Block
    docker exec -u root -it am-essync adduser -D -g "" asta 
    docker exec -u root -it am-essync chown -R asta:asta /tmp/debezium

Install-Package:

View file
nameasta7-1.72.0.zip

How to upgrade:

  1. Run following commands to run essync .

1. docker exec -u root -it am-essync adduser -D -g "" asta

2. docker exec -u root -it am-essync chown -R asta:asta /tmp/debezium

  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

...