How to create a full website backup?
February 18, 2009 by admin
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 admin
Filed under cPanel-WHM
Comments Off
- Log into your server as root with SSH.
- Run the following commands in sequence:
- rm -fR /usr/local/cpanel/3rdparty/etc/phpmyadmin
- rm -fR /var/cpanel/userhomes/phpmyadmin
- mkdir /usr/local/cpanel/3rdparty/etc/phpmyadmin
- mkdir /var/cpanel/userhomes/phpmyadmin
- chattr -ia /usr/local/cpanel/3rdparty/etc/phpmyadmin
- chattr -ia /var/cpanel/userhomes/phpmyadmin
- chown -R cpanelphpmyadmin:cpanelphpmyadmin /var/cpanel/userhomes/phpmyadmin ;
- Now update the cPanel with the following command as root:
/scripts/upcp –force - Once the installer has finished, restart the cPanel service:
service cpanel restart