Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

How much to migrate a WP site to new server?

  • 25-01-2014 02:09PM
    #1
    Registered Users, Registered Users 2 Posts: 55 ✭✭


    Hi folks,

    I've built a wordpress site for someone & it's come to the time where I have to move it on to their server & I have no time/knowledge to do so.

    How much would it cost to hire one of you to move the damn thing on to their server and make it live?

    It's a WP site with the uDesign theme running. Estimated time of job & quotes appreciated.

    Many thanks,

    D.


Comments

  • Registered Users, Registered Users 2 Posts: 6,677 ✭✭✭daymobrew


    I know that theme.

    These days I use WP Migrate DB to change the urls and paths in the database and simply import the modified db with phpMyAdmin.

    Before accessing the new site I copy/FTP the plugins and uploaded files to the new area.

    Aside: Did you create a child theme? If not, have you edited any of the core theme files? (not a good idea).


  • Registered Users, Registered Users 2 Posts: 2,559 ✭✭✭KonFusion


    This gist might come in handy to save you using a plugin:
    UPDATE wp_options SET option_value = replace(option_value, 'http://oldwebsiteurl.com', 'http://newsiteurl.com') WHERE option_name = 'home' OR option_name = 'siteurl';
     
    UPDATE wp_posts SET guid = replace(guid, 'http://oldwebsiteurl.com', 'http://newsiteurl.com');
     
    UPDATE wp_posts SET post_content = replace(post_content, 'http://oldwebsiteurl.com', 'http://newsiteurl.com');
    

    Alternatively you could probably pay someone 50-100 quid to do it. (Don't forget to backup everything before hand)


  • Registered Users, Registered Users 2 Posts: 2,777 ✭✭✭MyPeopleDrankTheSoup


    man it's honestly a piece of piss. just setup the mysql on the server, mysqlexport the local stuff and import. FTP all the files. and then change around the URL as KonFusion says. I remember running into a small bit of trouble with the old URL being in the mysql but it was easily fixed.

    some guy on oDesk should be able to do it for $30 MAX. post here if you need help writing your job posting as there's a few tricks to separate the oDesk wheat from the chaff.


  • Registered Users, Registered Users 2 Posts: 55 ✭✭DizzyOC


    Hi folks,

    This one needed to be done asap - and I got put in touch with someone that did it for me for 50 quid - all's well that ends well! Though thank you for the advice, I've taken your comments on board and will try to figure it out for the future.

    Remember though, what's a peace of piss to you is not necessarily so for others! I'm a designer but can handle a fair amount of techie stuff but when it comes to 'database', 'mysql' & 'phpmyadmin' I tend to shut down!

    Thanks again - comments & encouragement appreciated :)

    D


Advertisement