1) Zip File and sql from the old server ( Digital Ocean, Vultr,Upcloud, Google Cloud Server)
command to dump :-
mysqldump -u username -p database_name > data-dump.sql
zip your webserver folder
zip -r filename.zip /path/folder/foldername
sql file and zip file location is in your root path.
2) Transfer zip file and sql file to new server
scp -r /root/filename.zip/ [email protected]:/home/runcloud/webapps/
scp -r /root/data-dum.sql/ [email protected]:/home/runcloud/webapps/
3) unzip and import your sql database using phpmyadmin
unzip filename.zip
use sftp from filezilla is more easy to move the unzip file to your webserver file.. runcloud webserver path is /home/runcloud/webapps/
Search Knowledge Base Articles
Migrate Other VPS to Kinetic VPS
Did you find this article useful?
Related Articles
-
SSL Runcloud + WordPress
1) Setup SSL Runcloud 1. Access your runcloud dashboard &... -
Migration of WordPress to Runcloud
Migration of WordPress to RUNCLOUD1. Firstly zip file to public_html2. Secondly export SQL file from phpmyadmin 3. Third upload zi... -
Migration of Domain to Runcloud
Description 1. Check wp-confiq information i. If you forget the name of the file use. &n... -
Problem with folder permission (chown)
If u get error regarding permission folder failed to rewriteplease use this command by ssh your server =chown -R runcloud:runcloud /home/runcloud/weba... -
Cron job
Cron job runcloud1) Go to runcloud cronjob2) Fill up cronjob name3) Select php version or insert your own commandFor example:-/usr/bin/php -q /home/ru...