Transfer Tool — After The Transfer
Valid for versions 124 through the latest version
Version:
124
Last modified: October 22, 2024
Looking for this interface?
Your hosting provider can enable or disable this interface for resellers in WHM's Edit Reseller Nameservers and Privileges interface (WHM >> Home >> Resellers >> Edit Reseller Nameservers and Privileges).
Overview
After you transfer a cPanel account with the Transfer Tool, you must restore some configurations manually.
Restore the PHP-FPM .yaml configuration file
MultiPHP users’ PHP-FPM settings do not transfer. Instead, the system transfers the PHP-FPM .yaml
configuration file to the filename.php-fpm.yaml.transferred
file. This file is located in the the /var/cpanel/userdata/username
directory, where username
is the cPanel account’s username.
To restore the PHP-FPM .yaml
configuration file manually, rename the file to the filename.php-fpm.yaml
file.
/scripts/php_fpm_config --rebuild
The system restores your account’s PHP-FPM .yaml
configuration file.