Copied to clipboard

Flag this post as spam?

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


  • Nalysa 48 posts 269 karma points
    Sep 03, 2021 @ 03:53
    Nalysa
    0

    Best way to record changes for domains using "uSync package"

    Hi, we are currently working on Multilanguage for Umbraco 8. We create 2 domains for this. We also use uSync package to be able record the changes and apply it to Staging & Production environment.

    When applying the domains, uSync record the changes by creating files like this : (my project dir)\uSync\v8\Domains\http-localhost-(port)-(content)_en-us

    What is the best way to record domains changes using uSync ? or is there any other way to record domains changes ?

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Sep 03, 2021 @ 05:44
    Kevin Jump
    100

    Hi,

    I think the best way (if you can) is not to include the hostname in the configuration when setting up the domains, e.g set as "/en_us" not "http://localhost:port/en" inside Umbraco. because then the domain settings will be portable.

    enter image description here

    with something like this the files should be called {content}_{language}.config and when it is imported at the the other end it should be ok.

    using doesn't really know what domain the site might be running on (it could be different from the one the back office is running on), so i don't think we could reliably substitute the domains in and out - but i might see if thats an option.

Please Sign in or register to post replies

Write your reply to:

Draft