Changes between Version 33 and Version 34 of DatabaseBackups
- Timestamp:
- Apr 23, 2012, 11:34:27 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBackups
v33 v34 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 33 34 If you want all three, give a command like: 35 rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/ 34 * If you want all three, give a command like: {{{rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/}}} 36 35 37 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.36 * 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. 38 37 39 If you want just one of the above databases, use a command like: 38 * If you want just one of the above databases, use a command like: {{{rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.bz .}}} 40 39 41 rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.bz . 42 43 '''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) 40 * '''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) 44 41 45 42 = Other =
