Difference between revisions of "Archivematica 1.9.2 release notes"
Jump to navigation
Jump to search
(Created page with "Home > Release Notes > Archivematica 1.9.2 and Storage Service 0.14.2 release notes '''Release date: ''' For more information about Archivema...") |
|||
Line 7: | Line 7: | ||
==Upgrading== | ==Upgrading== | ||
− | If you are upgrading from 1.9.0 to 1.9. | + | If you are upgrading from 1.9.0 to 1.9.2, please ensure that you run the following command: |
<code>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 }'</code> | <code>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 }'</code> | ||
− | This is not required for upgrading from 1.8.x to 1.9. | + | This is not required for upgrading from 1.8.x to 1.9.2. |
For more information on upgrading, see [https://www.archivematica.org/en/docs/archivematica-1.9/admin-manual/installation-setup/upgrading/upgrading/#upgrade Upgrading Archivematica] in the documentation. | For more information on upgrading, see [https://www.archivematica.org/en/docs/archivematica-1.9/admin-manual/installation-setup/upgrading/upgrading/#upgrade Upgrading Archivematica] in the documentation. |
Revision as of 10:18, 19 June 2019
Home > Release Notes > Archivematica 1.9.2 and Storage Service 0.14.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.