Dataverse: v4.9.2 Release

Release date:
August 8, 2018
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

95 Features Released with v4.9.2

Top Contributors in v4.9.2

Could not determine top contributors for this release.

Directory Browser for v4.9.2

We couldn't find a release before this one

Release Notes Published

This release is focused on ingest upgrades, new import APIs, and infrastructure upgrades. Stata 14, Stata 15, and .tsv files will now be ingested by Dataverse. New APIs will allow datasets with existing DOIs to be imported into Dataverse. Bootstrap and Primefaces, which power the Dataverse front end, have been updated.

For the complete list of issues, see the <a href="https://github.com/IQSS/dataverse/milestone/72?closed=1">4.9.2 milestone</a> in Github.

For help with upgrading, installing, or general questions please email [email protected].

Installation:

If this is a new installation, please see our <a href=http://guides.dataverse.org/en/4.9.12/installation/>Installation Guide</a>.

Upgrade:

  1. Undeploy the previous version.
    • <glassfish install path>/glassfish4/bin/asadmin list-applications
    • <glassfish install path>/glassfish4/bin/asadmin undeploy dataverse
  2. Stop glassfish and remove the generated directory, start
    • service glassfish stop
    • remove the generated directory: rm -rf <glassfish install path>glassfish4/glassfish/domains/domain1/generated
    • service glassfish start
  3. Deploy this version.
    • <glassfish install path>/glassfish4/bin/asadmin deploy <path>dataverse-4.9.2.war
  4. Run db update script psql -U <db user> -d <db name> -f upgrade_v4.9.1_to_v4.9.2.sql
  5. Restart glassfish

If your Dataverse is configured to use R, you need to install one extra R library (haven); Dataverse is now using it to export tabular datafiles as RData. Install the package with the following R command (for example): install.packages("haven", repos="https://cloud.r-project.org/", lib="/usr/lib64/R/library" ) If you are upgrading from v4.x, you must upgrade to each intermediate version before installing this version.