github IQSS/dataverse v4.0.1

latest releases: v6.2, v6.1, v6.0...
8 years ago

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 support@dataverse.org since this requires considerable planning and effort.

If upgrading from v4.0, you will need to do the following:

  1. undeploy the current application
    /glassfish4/bin/asadmin list-applications
    /glassfish4/bin/asamin undeploy dataverse-4.0.1
  2. 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
  3. deploy the new war file
    /glassfish4/bin/asadmin deploy dataverse-4.0.1.war
  4. 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
  5. restart glassfish

Don't miss a new dataverse release

NewReleases is sending notifications on new releases.