Website Migration
Is there any way to migrate a live website from one server to another without taking any backup?
++++++++++++++
If You want to buy cheap web hosting then visit http://listtop.pw and select the cheapest hosting. it can be suitable for all your needs.
Top 200 best traffic exchange sites http://listtop.pw/surf
Listtop.pw
Listtop.pw
Listtop.pw
+++++++++++++++
HostOX
HD Guru
Only by using rsync or FTP, otherwise it would be better to use a backup and restore on the new server.
Send a message via MSN to easyhostmedia
Is there any way to migrate a live website from one server to another without taking any backup?
why do this, best to always take a backup before doing any migration just in case things go wrong.
HostLeet (09-01-2017)
Its always good to first take backup and then migrate live website.
Send a message via MSN to easyhostmedia
Its always good to first take backup and then migrate live website.
No just good, but common sense as things can go wrong in migrations
Even if it was possible i would not advise it not only because you must have backups but also because any other way has a chance to corrupt your data.
Follow us on Twitter | Like us on Facebook
easyhostmedia (08-23-2017)
If your site is purely HTML and not dynamic then this is easily done.
If you are running a CMS like WordPress then you will need a backup of the files and a database dump.
I am not sure if there is any other way to transfer. But if you have any other way, you should ignore without backup. Cause arising problems during migration is a very common issue.
Is there any way to migrate a live website from one server to another without taking any backup?
I think you can do that. Try to transfer the source code first by using scp command. Then point the domain to the new DNS server. IMO
HostLeet
HD Guru
It's not IF, it's WHEN things go wrong, so you should always have a backup ready or 2-3!
Is there any way to migrate a live website from one server to another without taking any backup?
Yes it is possible ...I done this few times for clients who couldn't generate backups....there are few ways to do it..SCP,FTP,rsync....you can just download all files with FTP and than upload it on other server...But it can be pain in the a** if you have big site and you're on crappy shared hosting with slow DL/UL...and ofcourse you will have to export database manualy also(if you have database)
$0.08
Another thing would to check if your host has Softaculous, as you can use this tool to take a backup, and if your destination host has Softaculous you can import it. If it doesn't you'll find a dump of the database and all your files in the backup, which wouldn't be too hard for someone determined to restore.
Another thing would to check if your host has Softaculous, as you can use this tool to take a backup, and if your destination host has Softaculous you can import it. If it doesn't you'll find a dump of the database and all your files in the backup, which wouldn't be too hard for someone determined to restore.
Well users mostly ask this question if they go above the quota and there is no files that they can delete without breaking site..so in their case backup generation of any kind is not option since all backup generation files should be stored in user home directory and control panels or scripts like softaculous can't make backups..even if backup it self will be stored externaly it first have to be generated inside user home directory than copied...I have done these migration few times for users...
And few times I found out that user had backups..just old and since it was placed in home directory deleting it I made some room for new one..and i could use cpanel/plesk migrating tool(depending which hosting package user buy) BUT in some cases there was no work around ...it had to be done via FTP,SCP,rSync..etc and in all cases FTP was our tool to use.
Now I don't know is this the case here ...these are just some situation when users could find themself in situation without any option to generate backup file/s....
But when this happen they should check HOME,Above HTTDOCS,Above WWW or how it is named(this directory is one level higher than domain root directory like public_html ,httdocs,www)and look for old archive backups and also check is trash directory empty....if they have old backup than deleting it they can make room for new one
$0.10
Well users mostly ask this question if they go above the quota and there is no files that they can delete without breaking site..so in their case backup generation of any kind is not option since all backup generation files should be stored in user home directory and control panels or scripts like softaculous can't make backups..even if backup it self will be stored externaly it first have to be generated inside user home directory than copied...I have done these migration few times for users...
And few times I found out that user had backups..just old and since it was placed in home directory deleting it I made some room for new one..and i could use cpanel/plesk migrating tool(depending which hosting package user buy) BUT in some cases there was no work around ...it had to be done via FTP,SCP,rSync..etc and in all cases FTP was our tool to use.
Now I don't know is this the case here ...these are just some situation when users could find themself in situation without any option to generate backup file/s....
But when this happen they should check HOME,Above HTTDOCS,Above WWW or how it is named(this directory is one level higher than domain root directory like public_html ,httdocs,www)and look for old archive backups and also check is trash directory empty....if they have old backup than deleting it they can make room for new one
Exactly! Or whenever their host doesn't support the backup system of any sort. It's also common In website builder based hosts, such as weekly or Wix. In any case, the question for the author:
What kind of host are you using and why wouldn't you want to move your website without a backup?
It's by all means possible if you have full access to the FTP (or other form of file manager) to of the server. This way you could move all the files by downloading them individually. Just like the previous replies have suggested.
And just to add..for pure HTML/CSS/JS websites ...it can be just copied or downloaded from outside without any server access,since all code is exposed website can be copied or downloaded in full.