IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 23 and Version 24 of DatabaseBackups


Ignore:
Timestamp:
Jul 12, 2011, 9:49:08 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackups

    v23 v24  
    2121 * Backups of ippRequestServer, isp, ippadmin is /home/panstarrs/ipp/mysql-dump/ops_dump.csh (Manoa cluster).
    2222   * 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)
    2325   * Dumps can be found in /export/ipp001.0/ipp/mysql-dumps.
    2426   * 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/ippdb
    2627
    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
     30If you want all three, give a command like:
    2831rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/
    2932