Difference between revisions of "Archivematica 1.9.2 release notes"
Jump to navigation
Jump to search
m (add release date) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Archivematica 1.9 | + | [[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Archivematica 1.9.2 release notes |
− | '''Release date: ''' | + | '''Release date: Friday June 28, 2019 ''' |
For more information about Archivematica 1.9.x, please see the release notes for [[Archivematica_1.9_and_Storage_Service_0.14_release_notes|Archivematica 1.9.0]]. | For more information about Archivematica 1.9.x, please see the release notes for [[Archivematica_1.9_and_Storage_Service_0.14_release_notes|Archivematica 1.9.0]]. | ||
Line 9: | Line 9: | ||
If you are upgrading from 1.9.0 to 1.9.2, please ensure that you run the following command: | If you are upgrading from 1.9.0 to 1.9.2, please ensure that you run the following command: | ||
− | < | + | <pre> |
curl -XPUT 'http://localhost:9200/aips,aipfiles,transfers,transferfiles/_settings' \ | curl -XPUT 'http://localhost:9200/aips,aipfiles,transfers,transferfiles/_settings' \ | ||
-H "Content-Type: application/json" \ | -H "Content-Type: application/json" \ | ||
-d '{"index.mapping.total_fields.limit": 10000, "index.mapping.depth.limit": 1000 }' | -d '{"index.mapping.total_fields.limit": 10000, "index.mapping.depth.limit": 1000 }' | ||
− | </ | + | </pre> |
This is not required for upgrading from 1.8.x to 1.9.2. | This is not required for upgrading from 1.8.x to 1.9.2. |
Latest revision as of 16:26, 22 July 2019
Home > Release Notes > Archivematica 1.9.2 release notes
Release date: Friday June 28, 2019
For more information about Archivematica 1.9.x, please see the release notes for Archivematica 1.9.0.
Upgrading[edit]
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.