Migrations And Upgrades

Checklist #

  • Same PHP versions?
  • All sites that worked on old server work on new server?

hostsfilemods --all

for site in $(grep 199.250 /etc/hosts | awk '{print $2}'); do 
    xdg-open http://$site 
done
  • Configure WHM » Backup Configuration, same as on old server?
whmapi1 --output=jsonpretty backup_config_get
/var/cpanel/backups/config
  • PHP-FPM configs?
  • Apache Configs?
  • Nginx Configs?