VDS to cPanel Migration Script
🏡 Homepage
- bash >=3.00.15
👤 Stephen Chaffins
- GitHub: @stephenchaffins
- LinkedIn: @stephenchaffins
ℹ️ Parakhronos is a migration application written to automate migrations between the legacy product "Sphera VDS Control Panel" to the new and ever updated cPanel control panel.
I have re-written the main master scripts and compressed them into one script. Now you no longer have to run 4 scripts. You now run 1 script, and this script will do all the work.
This Parakhronos.sh script can be ran on the VDS Master for packaging the account. The same script can also run on the cPanel server.
This is very basic. 1 script does all the work.
- Login to the VDS Master server (not as a client), download this file:
wget --no-check-certificate https://raw.githubusercontent.com/stephenchaffins/Parakhronos/master/parakhronos.sh; chmod 755 parakhronos.sh
- To Package the account run the following command. It will take 1 or more usernames:
./parakhronos.sh user1 user2 user3
-
Rsync or scp the /root/parakhronos_restore_USERNAME.tar file, to the cPanel destination server.
-
Login to the cPanel server, and repeat steps 1 and 2.
wget --no-check-certificate https://raw.githubusercontent.com/stephenchaffins/Parakhronos/master/parakhronos.sh; chmod 755 parakhronos.sh
./parakhronos.sh user1 user2 user3
Logs for everything this script has done is at /var/log/parakhronos.log
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Created by Stephen Chaffins.
This project is MIT licensed.