Changes between Version 3 and Version 4 of DatabaseBackups
- Timestamp:
- Oct 15, 2009, 5:30:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBackups
v3 v4 3 3 (Up to [wiki:IPP_for_PS1 IPP for PS1]) 4 4 5 '''Updated (2009.10.14): The rsync server for the database dumps has changed from ipp0002 to ipp0012. The text below reflects this change.''' 6 5 7 '''Updated: We have recently (2009.09.16) changed the dump scheme to only dump the specific databases of interest. The text below reflects this change.''' 6 8 7 Thanks to efforts by Cindy & Gavin, regular dumps of the mysql databases being used by the processing system on Maui are now being made available via the rsync server on ipp00 02.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 dumped every 4 hours, and are available from the rsync location:9 Thanks to efforts by Cindy & Gavin, regular dumps of the mysql databases being used by the processing system on Maui are now being made 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 dumped every 4 hours, and are available from the rsync location: 8 10 9 rsync://ipp00 02.ifa.hawaii.edu/ippdb11 rsync://ipp0012.ifa.hawaii.edu/ippdb 10 12 11 13 if you want all three, give a command like: 12 14 13 rsync -auv rsync://ipp00 02.ifa.hawaii.edu/ippdb/ ippdb/15 rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/ 14 16 15 17 The databases have names of the form ippdb01-DBNAME.dump.gz, eg, the GPC1 processing information is in the file called ippdb01-gpc1.dump.gz. The GPC1 gzip file is currently 0.8GB, so be careful. They are also 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 (~0.4 Mbit/sec), then we can adjust the naming to keep more than one old version around. … … 17 19 If you want just one of the above databases, use a command like: 18 20 19 rsync rsync://ipp00 02.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.gz .21 rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.gz . 20 22 21 23 For reference, all of the various ipp mysql databases are now being dumped to /data/ipp000.0/ipp/mysql-dumps (had been /data/ipp000.0/jhoblitt/mysql-dumps), and these above two are linked into the 'distribution' subdirectory, which is made visible via the rsync server. We are moving to a system of keeping a sampling of the old databases with the following timescales:
