Highlights:
- AAM-1047Getting issue details... STATUS
https://stiftelsenasta.atlassian.net/browse/AAM-1050%27
- AAM-1039Getting issue details... STATUS
Bug fixes:
- AAM-1063Getting issue details... STATUS
- AAM-1057Getting issue details... STATUS
- AAM-1058Getting issue details... STATUS
- AAM-1061Getting issue details... STATUS
- AAM-1055Getting issue details... STATUS
Stories:
- AAM-1047Getting issue details... STATUS
https://stiftelsenasta.atlassian.net/browse/AAM-1050%27
- AAM-1039Getting issue details... STATUS
- AM-125Getting issue details... STATUS
Tasks:
- AAM-1024Getting issue details... STATUS
- AAM-1054Getting issue details... STATUS
Breaking changes:
Elasticsearch has been upgraded from 7.16
to 8.4
, but directly upgrading from 7.16 to 8.4 is not allowed. To mitigate this problem there are a couple of ways
Use intermediate version
docker-compose down
Edit the
.env
file, and replace8.4.1
with7.17.0
forELASTICSEARCH_VERSION
docker-compose up -d --build
Wait a couple of minutes
docker-compose down
Edit the
.env
file, and replace7.17.0
with8.4.1
forELASTICSEARCH_VERSION
docker-compose up -d
OR Delete the elasticsearch docker volume
docker-compose down
docker volume rm asta7_am-esdata
docker-compose up -d --build
Reindex all the projects from the admin client.
Configuration: