Changes between Version 6 and Version 7 of MoveWithRoot

Show
Ignore:
Author:
anonymous (IP: 69.115.53.232)
Timestamp:
06/16/2006 01:37:06 AM (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MoveWithRoot

    v1 v7  
    66 
    77Add the email users, forwarding etc. in Plesk 
     8 
     9 
     10Websites and databases are backed up onto eies.org at 1am NY time.  Early morning is a good time to move, otherwize, if you think the database may be out of date, do a mysqldump outto yourdatabasename.sql on xanthus.net and type: 
     11 
     12rsync -av mydatabasename.sql eies.org::xanthus/tmp/mysql 
     13 
     14To get a fresh copy of the website, if necessary, from xanthus.net you can type on xanthus.net: 
     15 
     16rsync -av /usr/www/htdocs/domainame eies.org::xanthus/usr/www/htdocs 
     17 
     18 
     19 
     20 
    821== update website on eies.org from xanthus.net backup == 
    922 
    1427rsync -va /xdocs/domainaccount/. . 
    1528}}} 
    16 this does not set the correct ownership for files owned by the server the shortcut command to do it properly is: 
     29this does not set the correct ownership for files owned by the server the shortcut command to do it the new way is: 
    1730 
    18 sudo cpdomain xanthusname [eiesname] 
     31cpdomain xanthusname [eiesname] 
     32 
     33cd ~username/httpdocs 
     34vi configure.php (and/or other configuration files) 
     35 
     36change the root directory to new location (pwd), the database info, etc., as necessary. 
     37 
    1938== MySQL Databases == 
    2039Create any required databases in Plesk, create the database user and use the command 
    2443from the command line use the mysql command (or phpMyAdmin?) to load the databases from the backups in /home/backup/xanthus.net/tmp/mysql 
    2544 
    26 To get a fresh copy of the database from xanthus.net you can type on xanthus.net: 
    27  
    28 rsync -av /usr/www/htdocs/domainame eies.org::xanthus/usr/www/htdocs 
    29  
    3045== Frequently asked questions == 
    3146