EasyApache 4 upgrade process
EasyApache4 can be provided as a option to clients with Linux (CPanel) VPS/Cloud hosting plans that want to use the latest PHP versions in a build-in Multi-PHP Selector.
In order to upgrade to EasyApache to > EasyApache4, please follow the steps below:
1. Login to the client server via SSH:
ssh [email protected] -p 2222
2. Execute SCREEN:
screen
(that way the process cannot be interrupted, in order to exit the screen press ctrl+a+d)
3. Run the following command:
/scripts/migrate_ea3_to_ea4 –run
