v4.0.1
Dataverse v4.0.1 is a point release that is mostly about bug fixes and clean up tasks following the v4.0 release.
Most notable is a fix for deleting files. For more information about changes see the project milestone notes and individual issues.
Installation:
Please see our Installation Guide
Upgrades:
If upgrading from v3.6.2 or earlier, please contact us at [email protected] since this requires considerable planning and effort.
If upgrading from v4.0, you will need to do the following:
- undeploy the current application
/glassfish4/bin/asadmin list-applications
/glassfish4/bin/asamin undeploy dataverse-4.0.1 - update the solr schema.xml file
stop solr
remove current schema.xml
get the 4.0.1 schema.xml file
https://raw.githubusercontent.com/IQSS/dataverse/4.0.1/conf/solr/4.6.0/schema.xml
start solr - deploy the new war file
/glassfish4/bin/asadmin deploy dataverse-4.0.1.war - run the upgrade psql script https://raw.githubusercontent.com/IQSS/dataverse/4.0.1/scripts/database/upgrades/upgrade_v4.0_to_v4.0.1.sql
- restart glassfish