Backing Up Using Acronis True Image
Acronis True Image Enterprise Server allows you to create the exact server disk image for complete server backup.
The server disk backup file includes all the server disk data including system, programs, databases, and the like.
Plesk has integration with Acronis True Image. You can set up either one-time or recurring backup of server’s hard drives via Plesk control panel interface. Presently, restoring of backup data is possible only via separate Acronis True Image utilities.
Cant see the Statistics module icon in the regular account editor.
For Parallels Plesk Sitebuilder for Linux/Unix
All modules icons are there except the statistics. What should I do to be able to access it?
Login to Sitebuilder Control Panel as admin and go to the Modules -> Statistics page.
To activate statistics reporting select check box Enable statistics located in the bottom left corner of the Statistics module screen.
Also, this module is available only for regular sites. It should be accessible in the left column at the Extra step. We need to add this module into an appropriate plan in the Plan Management section.
Reference: http://parallels.com/
Wrong certificate error when I open any domain via HTTPS.
Look into /etc/httpd/conf.d/ssl.conf for the line like:
VirtualHost _default_:443
If it exists you have to delete/comment this default SSL virtual host starting from the
“VirtualHost _default_:443″ line and ending with “/VirtualHost”.
Then stop and start (not restart!) Apache server.
/etc/init.d/httpd stop && /etc/init.d/httpd start
Reference : http://parallels.com
How to upgrade Mysql on Plesk with CentOS Linux
The procedure for upgrade of Mysql is quite simple.
wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh
How to upgrade:
yum –enablerepo=atomic-testing upgrade mysql
–enablerepo=repoidglob
Enables specific repositories by id or glob that have been disabled in the configuration file using the enabled=0 option.
To upgrade php run ‘yum upgrade php‘
With the above methods mysql will be upgraded to latest release.
How to access psa database in Plesk Server
We can access plesk psa database, from the Linux command line (via ssh) and from the Plesk control panel.
The /etc/psa/.psa.shadow file contains the Plesk admin password.
So to access the database run the following command.
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
Select the psa database.
To view all the tables