Is it possible to move my entire website from, 1 host to another? i want the exact settings and everything on the new host. Is it possible to move my entire folder into the new host and its database making the site function just like how it use to? complete noob, ready to change webhosts
It is possible but not a very desirable job For the file system you can use rsync or rdiff. Or simply tar up the files and ftp them to your new server then extract it. For your database, if it isnt big you can grab an sql dump and just import that on your new server. Another option might be to set your current database as a master and create a slave on the new one, then replicate over. Id love to go into more detail for you but it can be a tedious task Good Luck with it
I did two or three of these last week for different clients It's really not that hard, provided you have the right tools. mysqldump, tar and a good ssh connection are all you really need. Feel free to PM me if you want help.
It is not that hard, in fact it is extremely easy if you want to make it yourself then you`ve to serach for some info on the web or pay someone to do it for you.
Its easy i have done it many times All i have used is bigdump and a few file edits may also be necessary
Bigdump is used to run multiple queries which would otherwise time out. It helps in importing large databases easily. To use bigdump, copy the bigdump files and your sql statements in to a folder on the server and run bigdump.
I have done this many times over. Is this just a plain dedicated server with apache/mysql/php/perl? or is there some sort of control panel on it. If there is a control panel, it makes things much easier, if its a plain vanilla box it could take a few hours to get right as you have to ensure your apache/php/perl are compatible with your scripts. As well, I would try and move to the same version of mysql if you can. I'd love to give some instructions but there are so many variables and situations that I have experienced it would be difficult to summarize it down. If you have any specific questions post them and I'll answer as concise as i can. - Sebastian Rametta