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 4541 posts 6021 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

  • Fernando Oliveira 11 posts 52 karma points
    May 28, 2021 @ 14:00
    Fernando Oliveira
    0

    Hello Dirk

    This procedure is still up these days on the current Umbraco version ?

    If I use the umbraco for multiple websites, it won't be a good approach restoring databases, because some projects might not be ready to publish.

    Is there a new way to publish a stage website from one development server to a production server without doing it throught backup?

  • Huw Reddick 1737 posts 6098 karma points MVP c-trib
    May 28, 2021 @ 16:50
    Huw Reddick
    0

    There are a couple of packages available to allow you to keep stuff in sync

    Converge (I use this myself and have found it very good) and uSync

  • Fernando Oliveira 11 posts 52 karma points
    May 28, 2021 @ 17:24
    Fernando Oliveira
    0

    Great ! Thank you.

    I'm going to check it out right now.

Please Sign in or register to post replies

Write your reply to:

Draft