Changes between Version 25 and Version 26 of NewLiveServer


Ignore:
Timestamp:
10/25/10 16:17:28 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v25 v26  
    1515 
    1616To backup the Mysql database and the files for the web sites to the wiki:DevelopmentServer run the /usr/local/bin/backup2quince script, it puts the files in /home/live/quince on kiwi.webarch.net and these files are used by the scripts on kiwi to update the Drupal and Mediwiki sites with the latest data from the live sites. 
     17 
     18 
     19== Mysql Backup == 
     20 
     21A MySQL Backup script from http://worldcommunitypress.com/opensource/mysql-backup is installed in /usr/local/bin and it's set to create backups in /var/backups/mysql/ 
     22 
     23It needed the libmime-lite-perl debian package to be installed. 
     24 
     25To run it: 
     26 
     27{{{ 
     28/usr/local/bin/mysql-backup 
     29}}} 
     30 
     31These lines have been changed from the original at http://worldcommunitypress.com/assets/files/opensource/utilities/mysql_backup.txt : 
     32 
     33{{{ 
     34$admin_email_to              = 'chris@webarchitects.co.uk'; 
     35$admin_email_from            = 'root@quince.webarch.net'; 
     36$cnf_file                    = '/root/.my.cnf'; 
     37$site_name                   = 'quince.webarch.net'; 
     38$mysql_backup_dir            = '/var/backups/mysql'; 
     39}}} 
     40 
    1741 
    1842== php ==