Archivematica 1.9.2 release notes

From Archivematica
Revision as of 11:55, 20 June 2019 by Sromkey (talk | contribs)
Jump to navigation Jump to search

Home > Release Notes > Archivematica 1.9.2 release notes

Release date:

For more information about Archivematica 1.9.x, please see the release notes for Archivematica 1.9.0.

Upgrading

If you are upgrading from 1.9.0 to 1.9.2, please ensure that you run the following command:

curl -XPUT 'http://localhost:9200/aips,aipfiles,transfers,transferfiles/_settings' \
  -H "Content-Type: application/json" \
  -d '{"index.mapping.total_fields.limit": 10000, "index.mapping.depth.limit": 1000 }'

This is not required for upgrading from 1.8.x to 1.9.2.

For more information on upgrading, see Upgrading Archivematica in the documentation.

Fixed

  • Index AIP errors due to asynchronous processing: Issue 425
  • Error trying to connect to MCP server: Issue 624