Plesk control panel interacts with the below different databases so we need to take backup of all those databases : 1. psa – Plesk system database 2. apsc – Plesk application database 3. mysql – MySQL system database 4. roundcubemail – Roundcube database 5. horde – Horde database 6. atmail…
Before you make any changes to MySQL service or upgrade MySQL version, it is recommended to take full backup of MySQL databases. If any thing goes wrong then we can restore all databases from MySQL backup. Follow below steps to create backup of MySQL databases : 1. Login to ssh…
If your system runs EasyApache 3, you must update to EasyApache 4 as cPanel will no longer update EasyApache 3. The EasyApache 4 Migration Tool allows you to migrate to EasyApache 4. EasyApache 4 supports PHP versions 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and Apache version 2.4. Follow below…
To move LVE and packages limits : # Copy /etc/container/ve.cfg file from old server to new server # Run below command on new server : # lvectl apply all To move CageFS settings : # copy /etc/cagefs/cagefs.mp file from old server to new server # copy /etc/cagefs/conf.d folder from old server…
How to Safely Change the Location of MySQL Data Directory on cPanel/WHM CloudLinux Servers
1. Make a full mysqldump file # mysqldump –opt -uroot -proot_password > /tmp/mysqldump 2. Uncheck monitor in WHM > Service Manager for Mysql and save the area 3. Stop MySQL service # /etc/init.d/mysql stop 4. Ensure that the following settings are present check file /etc/systemd/system/mariadb.service.d/homedir.conf [Service] ProtectHome=false ProtectSystem=off 5. Make…
# Login to AWS console # Navigate to EC2 -> Elastic Block Store -> Volumes Create additional Volume in the availability zone of the EC2 instance. # Go to Action -> Attach Volume Now search your existing EC2 instance with its name and attach it. # Now Login to your…
PHP Selector is a best feature of CloudLinux. It allows each user to select PHP version and modules. PHP Selector is compatible with the following technologies: # suPHP # mod_fcgid # CGI (suexec) # LiteSpeed. It is not compatible with mod_php/DSO including mod_ruid2 and MPM ITK. Use below commands…
Port/IP address Redirection is one of best feature of CSF ConfigServer Security Firewall. With this feature we can redirect any/all ports or IP address to alternative ports/IP addresses. Below are requirements for Port/IP address Redirection feature : nat tables ipt_DNAT iptables module ipt_SNAT iptables module ipt_REDIRECT iptables module The following…
First, you will need to get activation key or an IP-based license or you can use 30-days trial key. You will need to have root level access in order to proceed further : $ wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy $ sh cldeploy -k # if you have activation key OR $ sh cldeploy…
By default, files of your primary website are loaded from public_html folder. If you want to load website’s files from Sub Folder instead of public_html folder and do not want Sub Folder name to be appeared as a part of the URL of your website then this post is for…