How transfer heavy website?

CaygriWEB

Well-known member
Hosting Provider
Registered
Joined
Jul 4, 2017
Messages
305
Points
18
hello,
i need to change server for a site of 250gb. I can't do any backup even on external server because there isn't enough space to do that. Plesk migrator not work I try to download by ftp but it's very slow and not download all files
how can i move?

i'm desperate
 

Localnode

Well-known member
Registered
Joined
Dec 15, 2015
Messages
333
Points
43
You could RSYNC from the server to the destination.
 

AlbaHost

Well-known member
Moderator
Hosting Provider
Joined
Jan 18, 2017
Messages
777
Points
43
hello,
i need to change server for a site of 250gb. I can't do any backup even on external server because there isn't enough space to do that. Plesk migrator not work I try to download by ftp but it's very slow and not download all files
how can i move?

i'm desperate
Setup a new server and clone the whole system with rsync, make sure you turn off mysql, redis, http/apache/nginx and other services so that the clone process can go without any error, mentioned is for RHEL OS. In the new server make sure you did installed the same OS as it was in old one, once the clone is completed you restart the new server and edit ips etc if there is another ip new one. On your current server/old one do:

Code:
yum install -y rsync
Create and edit /root/exclude-files.txt and add the following:

/boot
/dev
/tmp
/sys /proc
/backup
/etc/fstab
/etc/mtab
/etc/mdadm.conf
/etc/sysconfig/network*


rsync -vPa -e 'ssh -o StrictHostKeyChecking=no' --exclude-from=/root/exclude-files.txt / DESTINATIONIP:/
 
Last edited:

cloudhostworld

New member
Registered
Joined
Jul 23, 2018
Messages
14
Points
3
I would suggest to take backup of each database in .SQL file and download necessary folders like as httpdocs via rsync/scp
 

Malware.Expert

Member
Registered
Joined
Jun 18, 2018
Messages
55
Points
18
1. Install new server LAMP and other service's what needed
2. Rsync www-data to new server
3. Schedule maintenance window and setup DNS TTL to low like 600s

Optional, you can this point also test that new server working correct with transfered website (like php/.htaccess and other if there something).

When start real transfer:
4. Setup current website maintenance mode
5. Make backup from database
6. Copy database to new server and import that
7. If files also changed, make new RSYNC only modified files.
8. Change DNS record's toi point new server.
9. Test everything working and reopen website.




https://forumweb.hosting/javascript%3Avoid(0);
 
Older Threads
Replies
5
Views
3,414
Replies
19
Views
5,855
Replies
1
Views
1,429
Newer Threads
Recommended Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top