Copied to clipboard

Flag this post as spam?

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


  • Jamie Attwood 210 posts 508 karma points c-trib
    Aug 15, 2022 @ 15:02
    Jamie Attwood
    0

    uSync v10.1.0 exports to uSync/V9 folder on disk

    Working on a newly upgraded U9>u10 upgrade. Removed uSync v9 files and folders from App_Plugins. Upgraded through Nuget and did a clean export. Finding that all exports are showing up in uSync/V9. Went into appsettings.json and added:

    "uSync": {
          "Settings": {
            "RootFolder": "uSync/v10/",
            "DefaultSet": "Default",
            "ImportAtStartup": "None",
            "ExportAtStartup": "None",
            "ExportOnSave": "None"
          }
        }
    

    Rebuild still gives me the v9 folder and I am unable to override. Any ideas?

    enter image description here

    Thanks!

  • Kevin Jump 2348 posts 14896 karma points MVP 9x c-trib
    Aug 15, 2022 @ 15:07
    Kevin Jump
    100

    Hi Jamie,

    I think you have to restart your site after you make this change - just done a quick test and this works for me if i do the restart.

    "uSync": {
        "Settings": {
          "RootFolder": "/uSync/v10/"
        }
    }
    
  • Jamie Attwood 210 posts 508 karma points c-trib
    Aug 15, 2022 @ 15:19
    Jamie Attwood
    0

    Thanks Kevin, yes I tried that too. But I did figure it out just now - correct me if I am wrong, but on V9 the uSync settings were under the "Umbraco": {} JSON section? At least that's where my settings were (maybe I set that up wrong initially). I moved the "uSync": {} section up to the root level and all good now.

    Thanks for getting back to me so fast. I love uSync!

    Jamie

  • 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