Changes between Version 34 and Version 35 of DatabaseBackups
- Timestamp:
- Apr 23, 2012, 11:35:02 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBackups
v34 v35 31 31 32 32 * Dumps of the mysql databases being used by the processing system on Maui are available via the rsync server on ipp0012.ifa.hawaii.edu. The three databases distributed are the gpc1 processing database, the isp processing database, and the ippadmin database describing the database schema. These are available from the rsync location: rsync://ipp0012.ifa.hawaii.edu/ippdb 33 34 33 * If you want all three, give a command like: {{{rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/}}} 35 36 34 * The databases have names of the form ippdb01-DBNAME.dump.bz, eg, the GPC1 processing information is in the file called ippdb01-gpc1.dump.bz. They are dumped every 4 hours, and the new one replaces the old name. If people are unable to retrieve these in less than the 4 hour period, then we can adjust the naming to keep more than one old version around. 37 38 35 * If you want just one of the above databases, use a command like: {{{rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.bz .}}} 39 40 36 * '''Note:''' The validity of the ippdb01-gpc1.dump.bz file can be asserted via its MD5 checksum (stored in ippdb01-gpc1.md5 and distributed in the same place rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.md5) 41 37
