How to import cPanel backup to myVesta server
Posted: Fri Jul 31, 2020 12:21 am
Login to cPanel.
Click on "Backup" icon. next: next: next: next: As long as you see it [inprogress] it means the backup is still being generated.
Refresh that page every ten minutes or so to see if it's finished.
When it's done, you'll get a link on the same page: Click on the link and download the file, save it to your computer.
Upload the file to your server. Login to SSH as root.
Execute:
That command will import cPanel backup to your server.
Finally do what it says in the last line to see the new mail passwords.
In myVesta panel you will see new account:
After this, all you have to do is set up your DNS Nameservers for your domains (you can find them in the myVesta hosting panel, in the right corner in the block where the account information is).
After changing the DNS, you will probably need to install the LetsEncrypt SSL certificate on the imported domains.
-------------------
Special thanks to Maks Usmanov - Skamasle for this wonderful script!
Click on "Backup" icon. next: next: next: next: As long as you see it [inprogress] it means the backup is still being generated.
Refresh that page every ten minutes or so to see if it's finished.
When it's done, you'll get a link on the same page: Click on the link and download the file, save it to your computer.
Upload the file to your server. Login to SSH as root.
Execute:
Code: Select all
v-import-cpanel-backup ./backup-7.30.2020_06-26-20_usernameNaloga.tar.gz
Code: Select all
cat /root/sk_mail_password_usernameOfAccount-1596113314
After changing the DNS, you will probably need to install the LetsEncrypt SSL certificate on the imported domains.
-------------------
Special thanks to Maks Usmanov - Skamasle for this wonderful script!