Copied to clipboard

Flag this post as spam?

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


  • r b 2 posts 72 karma points
    May 03, 2019 @ 00:19
    r b
    0

    Complete package deployment of Umbraco

    Environment - hosted in Azure.

    I'd like to deploy incremental changes to content (what's hosted within DB) as a complete package. Current steps look like below.

    1. Deploy code
    2. Get Azure to sync database

    I'd like to take both database changes in one environment / base and apply them to another environment as one whole package along with code (instead of two separate steps).

    Essentially what I'm looking for, is one package deployment which includes code changes and database (this can be changes / whole db).

    What I'd like to avoid is databases getting out sync. i.e. I'd like the target db to be a mirror of what source is.

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    May 03, 2019 @ 09:52
    Kevin Jump
    0

    Hi,

    you might want to take a look at uSync. https://our.umbraco.com/packages/developer-tools/usync/

    this syncs the internal Umbraco changes to and from disk, so they can go into source control and be deployed,

    there are some rough azure guide steps in the below posts (the UI to Azure DevOps has changed a bit)

    https://blog.jumoo.co.uk/2017/working-with-usync/

  • r b 2 posts 72 karma points
    May 07, 2019 @ 20:13
    r b
    0

    Hi Kevin, have you had a chance to test it for the following version - Umbraco version 7.13.x assembly: 1.0.6949.x

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    May 07, 2019 @ 20:21
    Kevin Jump
    0

    Hi

    yeah, uSync will work with Umbraco 7.13 - I've got a few 7.13 sites deploying via azure using usync and they are working fine.

    Kevin

Please Sign in or register to post replies

Write your reply to:

Draft