Migration VPS to VPS (Runcloud)


1) zip your folder file (home)

zip -r your_namefolder.zip /home/runcloud/webapps/yournamefolder

2) move your zip file to your new runcloud server by using scp (secure copy paste)

3) check your database information
    for wordpress location is in config.php
    for laravel location is in .env
    for Codeigniter location maybe on folder application (depend it)

4) export or dump your old server,  

mysqldump -u [username] -p [database name] > [database name].sql

5) open your phpmyadmin and import the sql file

 


Did you find this article useful?



  • 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...