Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark Olbert 87 posts 117 karma points
    Oct 15, 2009 @ 17:12
    Mark Olbert
    0

    Synchronizing Development and Production Sites and Databases

    What's involved in synchronizing a production site and a development site? I think I understand what needs to be copied in the file system (e.g., masterpages). But I'm unsure of what tables need to be updated or, in fact, if that's something that can be done manually or with a script.

    If I'm reading things right I think that's what Courier and Concierge do (plus more, I'm sure). But I'm just getting my feet wet with Umbraco, and the site I'm looking to synchronize is actually pretty simple.

    - Mark

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Oct 15, 2009 @ 17:25
    Dirk De Grave
    0

    Hi Mark,

     

    Deployment of pretty simple sites can be done (especially when moving for first time - ie production site not yet live):

    -Backup db on dev server

    -Restore db on live server

    -Copy all files from dev server to live server

    -Change web.config to point to new live database.

    -Browse to the site (admin backend), log in

    -Make sure host headers are fine (if set) and republish the entire site (Freshen up the xml content by republishing the entire site from the context menu on the 'Content' top level node).

     

    Should do the trick. If not, let us know if you run into some specific error.

     

    Cheers,

    /Dirk

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies