Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Code Block
languagebash
themeRDark
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. 


For hub administrators only, run the following shell command:

Code Block
languagebash
themeRDark
mysql -u shrine -pYourPassword qepAuditDB < /tmp/shrine-setup/hub/sql/mysql-update.sql