Updating XNAT

A quick paste of a newsgroup post that outlines the steps necessary to update the xnat distribution from cvs.

To update from RC1, you should:
cd $XNAT_HOME
 cvs update -d
 $TOMCAT_HOME/bin/shutdown.sh
 bin/update.sh -Ddeploy=true
 psql -f deployments/PROJECT/sql/PROJECT-update.sql
 $TOMCAT_HOME/bin/startup.sh
The only thing I added to the schema this round were a few parameters for
configuring access to DICOM server.  Those are used on that settings page,
so it would make since that the save would fail if those columns didn't
exist in the db.
Try running the referenced -update.sql, and restarting Tomcat.

Comments are closed.