How to create a full website backup?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Backup ”.

3. Click on Generate/Download a Full Backup.

4. Select the destination you wish to save the backup to from the drop box next to Backup Destination:

5. Enter your email address in the field next to Email Address:. An email will be sent to this address when the backup is completed.

6. If you are backing up to a remote server, place the server’s name, your username, and your password on that server in the appropriate fields.

7. Click on Generate Backup  to start the backup process.

Re-install phpMyAdmin on cPanel

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

  1. Log into your server as root with SSH.
  2. Run the following commands in sequence:
  3. rm -fR /usr/local/cpanel/3rdparty/etc/phpmyadmin
  4. rm -fR /var/cpanel/userhomes/phpmyadmin
  5. mkdir /usr/local/cpanel/3rdparty/etc/phpmyadmin
  6. mkdir /var/cpanel/userhomes/phpmyadmin
  7. chattr -ia /usr/local/cpanel/3rdparty/etc/phpmyadmin
  8. chattr -ia /var/cpanel/userhomes/phpmyadmin
  9. chown -R cpanelphpmyadmin:cpanelphpmyadmin /var/cpanel/userhomes/phpmyadmin ;
  10. Now update the cPanel with the following command as root:
    /scripts/upcp –force
  11. Once the installer has finished, restart the cPanel service:
    service cpanel restart

« Previous Page