Search results for: backup

Jan 12

export.php was not found while backing up databases through phpmyadmin

  This error is mainly caused when database size is more and you are trying to backup it up using phpmyadmin.   Increase memory_limit in /usr/local/psa/admin/conf/php.ini to higher value and restart Plesk Control Panel after that. Ideally 512M of memory_limit should fix the issue. contact@webhostingsupport.info

Mar 05

Important path on plesk centos

1) Document root for domain. /home/httpd/vhosts/domainname.tld/httpdocs/ OR /var/www/vhosts/domainname.tld/httpdocs 2) paht to php.ini /etc/php.ini OR /usr/local/lib/php.ini 3) maillog path: /usr/local/psa/var/log/maillog 4) Domain Error log path /home/httpd/vhosts/domainname.tld/statistics/logs/error_log 5) 4) Domain access log path /home/httpd/vhosts/domainname.tld/statistics/logs/access_log 6) Domain backup path /var/lib/psa/dumps/domainname.tld 7) Path of the domain email account /var/qmail/mailnames/domain.tld Check EMails in mail queue : /var/qmail/bin/qmail-qstat 9) Path to …

Continue reading »

Dec 12

Downgrade mysql on cpanel

By default cPanel installs Mysql 5. If for some reason you wish to downgrade mysql then you will need to follow following steps. 1) If you already have database on server, then you will need to take backup of them in the format of .sql for simply copy/var/lib/mysql to /var/lib/mysql-bak . If server is newly …

Continue reading »

Sep 07

Reseller account migration

Migrating a single cPanel account to another cPanel account is easy but for reseller account backing up one account at a time is time consuming and boring.  Following are steps that will make reseller account migration a bit easier for you. [superemotions file="icon_smile.gif" title="Smile"] SSH server as root. 1) Using following command, this will print …

Continue reading »

Aug 17

How to Backup and Restore PostgreSQL Database

Splash-LinuxZoneSplashchecker

pg_dump is an effective tool for PostgreSQL through which we can backup postgres database and to restore PostgreSQL database, command psql is enough. 1) backup postgres database Ssh to server and execute following command to take backup of database. #pg_dump -U Db_User Db_name -f database_name.sql Executing above command will prompt you for database password, once …

Continue reading »

Next page »