Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Highlights:

AAM-1047 - Getting issue details... STATUS

https://stiftelsenasta.atlassian.net/browse/AAM-1050%27

AAM-1039 - Getting issue details... STATUS

Bug fixes:

AAM-1063 - Getting issue details... STATUS

AAM-1057 - Getting issue details... STATUS

AAM-1058 - Getting issue details... STATUS

AAM-1061 - Getting issue details... STATUS

AAM-1055 - Getting issue details... STATUS

Stories:

AAM-1047 - Getting issue details... STATUS

https://stiftelsenasta.atlassian.net/browse/AAM-1050%27

AAM-1039 - Getting issue details... STATUS

AM-125 - Getting issue details... STATUS

Tasks:

AAM-1024 - Getting issue details... STATUS

AAM-1054 - Getting 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

  1. docker-compose down
  2. Edit the .env file, and replace 8.4.1 with 7.17.0 for ELASTICSEARCH_VERSION

  3. docker-compose up -d --build
  4. Wait a couple of minutes

  5. docker-compose down
  6. Edit the .env file, and replace 7.17.0 with 8.4.1 for ELASTICSEARCH_VERSION

  7. docker-compose up -d

OR Delete the elasticsearch docker volume

  1. docker-compose down
  2. docker volume rm asta7_am-esdata
  3. docker-compose up -d --build
  4. Reindex all the projects from the admin client.

Configuration:

  • No labels