Hi Could any one please guide me how to restore full WP Capnel backup at VPS (DO) I have download the backup via FTP on Digital Ocean Server Now how can I restore it.Little guidance required. http://prntscr.com/9qvo09
Hello there, Unless you have root access to the VPS, you will not be able to restore the full backup. If you do not have access, you will need to ask your host to restore the backup. If you do have access, move the full backup into either the /root directory or the /home directory, then run the following: /scripts/restorepkg accountname Regards, Chris
Agree with what Chris has said. You can find account name in the backup itself. If you encounter any error, post it here we can help.
Even if you dont have root access you can still restore the site using FTP and phpmyadmin. unzip your backup file download from your host cpanel Create the new domain in your new cpanel upload all contents of your public_html folder inside your unzipped folder to the new cpanel's public_html folder import the DB using phpmyadmin and your source files will be .sql files inside your "mysql' folder of unziped folder
+1, since I do many times with multiple panel to migrate any cms or customized website into vps with this way. And everything running smooth...