Changes between Version 23 and Version 24 of DatabaseBackups
- Timestamp:
- Jul 12, 2011, 9:49:08 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBackups
v23 v24 21 21 * Backups of ippRequestServer, isp, ippadmin is /home/panstarrs/ipp/mysql-dump/ops_dump.csh (Manoa cluster). 22 22 * They are backed up every four hours at 0:00, 4:00, 8:00, 12:00, 16:00, and 20:00). 23 * ippRequestServer is taken from the ippRequestServer replication host (that is ippc19) 24 * isp and ippadmin are dumped from ipp001 (replication slave of ippdb01) 23 25 * Dumps can be found in /export/ipp001.0/ipp/mysql-dumps. 24 26 * Command for backup is started from ipp@ipp001 crontab. 25 * Thanks to efforts by Cindy & Gavin, regular 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/ippdb26 27 27 if you want all three, give a command like: 28 * 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 29 30 If you want all three, give a command like: 28 31 rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/ 29 32
