• Hello,

    I set up my existing word press site on my local machine with windows server 2008 R2
    – install windows web platform installer
    – install PHP and mySQL and wordpress
    my question is that if I install any widget or plug in or do any changes on my localhost,
    do I need to repeat all steps again on my production server?
    is there a way to package up changes from my machine or from staging server to production server?

    thanks in advance for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter skystar1111

    (@skystar1111)

    can anyone help me please?

    Hi
    you would have to perform couple of steps to ensure that its a smooth transition

    First dumping your database properly (use a db search and replace script) as normal sql dump of your database doesnt copy widgets (text) due to php serialization strings

    secondly once you have your dump go to your local wordpress site
    tools > export
    it will export all your posts, pages, categories

    go to your production and update your sql
    and import the xml file you get from the export

    Thread Starter skystar1111

    (@skystar1111)

    thanks Robin for your reply.
    I am Microsoft .Net Developer, it is first time I am working on blog site. This will help me a lot.

    I hope the shifting to production went smoothly

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘moving changes from localhost to production’ is closed to new replies.