You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Update Schema

Download shrine-setup.zip in temporary directory and unpack it.

wget https://repo.open.catalyst.harvard.edu/nexus/content/groups/public/net/shrine/shrine-setup/3.2.0-PR1/shrine-setup-3.2.0-PR1-dist.zip -O /tmp/shrine-setup.zip
unzip -d /tmp /tmp/shrine-setup.zip

In that directory find the following database update scripts for your brand of database: hub/sql/brand-update.sql and adapter/sql/shrine_query_history-brand.sql . Run the appropriate script on your database. For MariaDB run the following shell commands:

mysql -u shrine -pYourPassword qepAuditDB < /tmp/shrine-setup/hub/sql/mysql-update.sql
mysql -u shrine -pYourPassword shrine_query_history < /tmp/shrine-setup/adapter/sql/shrine_query_history-update-mysql.sql

For MS SQL and Oracle, run the scripts appropriate for your databases. 

  • No labels