Migration from ispCP 1.0.7 to EasySCP 1.1.x
- First make sure that you have a full backup of your system.
- Then make sure that you have an up to date system (apt-get update && apt-get upgrade).
- Stop the ispCP Daemons and remove them from the system.
For Ubuntu/Debian:/etc/init.d/ispcp_daemon stop
For CentOS/RHEL/Fedora:
/etc/init.d/ispcp_network stop
update-rc.d -f ispcp_daemon remove
update-rc.d -f ispcp_network removeservice ispcp_daemon stop
service ispcp_network stop
chkconfig --del ispcp_daemon
chkconfig --del ispcp_network - Remove ispCP Apache config:
a2dissite ispcp.conf
- Remove ispCP Logrotate config:
rm -rf /etc/logrotate.d/ispcp
- Remove ispCP Cronjob:
rm -rf /etc/cron.d/ispcp
- Reboot your system and make sure that no ispcp process is running (ispcp_daemons or ispcp-apache-logger)
- Download EasySCP 1.1.x.
- Install EasySCP 1.1.x as it is described in INSTALL.
- Logon to the panel (it will show you only basic data at the moment).
- Go to "Settings" -> "General settings" and activate migration (at the bottom of the site) and save config
- Go to "System tools" -> "EasySCP updates"
- If migration is possible, the system will show you from wich version you can import your data
- Click on execute to start migration
- When you see "Migration Successful" all data has been imported successful
- Click on any link in the panel. You will now be logged of, but this is correct. Logon with your old passwort, and start the database update the system will show you.
- Then go to "System tools" -> "EasySCP debugger". When it show you "0 Execute requests" then all will be fine. You can now use EasySCP.
