Versions Compared

Key

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

...

... where 'jeremym' is replaced by your account name (that has the proper permissions) and 'XXXXXX' with your password.

Loading a Conditions Database Backup

To load the database from a backup, the following command would be used.

Code Block
titleLoading a Backup
mysql -h hpsdb.jlab.org -u jeremym -pXXXXXX hps_conditions < hps_conditions.sql

...

The above command is for informational purposes only.  Fully restoring the database from a backup would need to go through a JLAB CCPR, as the accounts we have access to do not have all the proper permissions for doing this.

...