Not able to sync doc types / templates from Live to Local
I am working on my first Umbraco Cloud project. So far I have been able to start a project and clone it to my local environment. I can add doc types locally and push them to my Umbraco site. Everything works fine.
However when I add doc types and templates on my Live environment and pull the changes to my local machine nothing happens. The .courier files are added to the solution but the back office doesn't get updated.
CourierTraceLog after pulling the changes:
2017-02-04 14:25:00,947 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4
2017-02-04 14:25:00,952 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Is running remote? False, Is using Sql Azure? False
2017-02-04 14:25:00,953 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Updating web.config with a Sql Ce connection string
2017-02-04 14:25:06,017 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationInitialized :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4
2017-02-04 14:25:06,017 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 0ms)
2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarted :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4
2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Configuring BatchedDatabaseServerMessenger
2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 0ms)
2017-02-04 14:25:06,267 [27] INFO Concorde.CacheHandler.LiveEdit.Initializer - [Thread 27] Starting UC CLI endpoint
2017-02-04 14:25:06,294 [27] INFO Concorde.CacheHandler.LiveEdit.EventSubscriber - [Thread 27] Connecting to hub
2017-02-04 14:25:07,514 [27] INFO Concorde.CacheHandler.LiveEdit.EventSubscriber - [Thread 27] Subscribing to FileService and ContentService events
2017-02-04 14:25:07,516 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarted :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4
2017-02-04 14:25:07,516 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarting :: Running Courier locally
2017-02-04 14:25:07,517 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarting :: Starting CacheHandler: data
2017-02-04 14:25:07,517 [27] INFO Concorde.CacheHandler.Managers.UmbracoEventManager - [Thread 27] Initializing manager and subscribing to events
2017-02-04 14:25:07,539 [27] INFO Concorde.CacheHandler.Managers.UmbracoEventManager - [Thread 27] Completed event subscription (took 22ms)
2017-02-04 14:25:07,541 [27] INFO Concorde.CacheHandler.Managers.DeployManager - [Thread 27] Trying to deploy. Running: False. Deploy marker was set: False
2017-02-04 14:25:07,541 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 25ms)
Do I need to add extra settings for the doc type / template sync to local?
Not able to sync doc types / templates from Live to Local
I am working on my first Umbraco Cloud project. So far I have been able to start a project and clone it to my local environment. I can add doc types locally and push them to my Umbraco site. Everything works fine.
However when I add doc types and templates on my Live environment and pull the changes to my local machine nothing happens. The .courier files are added to the solution but the back office doesn't get updated.
CourierTraceLog after pulling the changes:
2017-02-04 14:25:00,947 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4 2017-02-04 14:25:00,952 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Is running remote? False, Is using Sql Azure? False 2017-02-04 14:25:00,953 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Run :: Updating web.config with a Sql Ce connection string 2017-02-04 14:25:06,017 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationInitialized :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4 2017-02-04 14:25:06,017 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 0ms) 2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarted :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4 2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Configuring BatchedDatabaseServerMessenger 2017-02-04 14:25:06,042 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 0ms) 2017-02-04 14:25:06,267 [27] INFO Concorde.CacheHandler.LiveEdit.Initializer - [Thread 27] Starting UC CLI endpoint 2017-02-04 14:25:06,294 [27] INFO Concorde.CacheHandler.LiveEdit.EventSubscriber - [Thread 27] Connecting to hub 2017-02-04 14:25:07,514 [27] INFO Concorde.CacheHandler.LiveEdit.EventSubscriber - [Thread 27] Subscribing to FileService and ContentService events 2017-02-04 14:25:07,516 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarted :: Instance Key 738dfe32-68da-42bb-a81a-43d4d576a7a4 2017-02-04 14:25:07,516 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarting :: Running Courier locally 2017-02-04 14:25:07,517 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] ApplicationStarting :: Starting CacheHandler: data 2017-02-04 14:25:07,517 [27] INFO Concorde.CacheHandler.Managers.UmbracoEventManager - [Thread 27] Initializing manager and subscribing to events 2017-02-04 14:25:07,539 [27] INFO Concorde.CacheHandler.Managers.UmbracoEventManager - [Thread 27] Completed event subscription (took 22ms) 2017-02-04 14:25:07,541 [27] INFO Concorde.CacheHandler.Managers.DeployManager - [Thread 27] Trying to deploy. Running: False. Deploy marker was set: False 2017-02-04 14:25:07,541 [27] INFO Concorde.CacheHandler.Managers.ActivationManager - [Thread 27] Complete (took 25ms)
Do I need to add extra settings for the doc type / template sync to local?
is working on a reply...