Skip to content

v4.9.2

Compare
Choose a tag to compare
@kcondon kcondon released this 08 Aug 21:06
· 19070 commits to master since this release
4ad7bf5

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 4.9.2 milestone in Github.

For help with upgrading, installing, or general questions please email support@dataverse.org.

Installation:

If this is a new installation, please see our Installation Guide.

Upgrade:

  1. Undeploy the previous version.
  • <glassfish install path>/glassfish4/bin/asadmin list-applications
  • <glassfish install path>/glassfish4/bin/asadmin undeploy dataverse
  1. 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
  1. Deploy this version.
  • <glassfish install path>/glassfish4/bin/asadmin deploy <path>dataverse-4.9.2.war
  1. Run db update script
psql -U <db user> -d <db name> -f upgrade_v4.9.1_to_v4.9.2.sql
  1. 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.