...
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 | ||
---|---|---|
|
How to upgrade:
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
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.72.0
Adjust the
.env
file according to the previous oneRun Asta7 1.72.0
Code Block cd asta7-1.72.0 docker compose up -d
...