Umbraco Cloud local restore not working due to collision, but I cannot find any collision
p
This is for a version 13 site that was upgraded and migrated to a new cloud instance. When another developer tries to pull the site from Cloud and restore they get a collision on a data type, but there doesn't appear to be multiple items colliding. Collisions for entity type "data-type": Collisions for unique identifier "Multi Url Picker": Artifact: umb://data-type/ad53257e4c9b4380bbe6f23bbae579ad {DataType umb://data-type/b4e3535a175347e28568602cf8cfee6f} If I search for those two UDIs I get: { "Name": "Multi Url Picker", "Alias": "", "EditorAlias": "Umbraco.MultiUrlPicker", "Configuration": { "minNumber": 0, "maxNumber": 0, "overlaySize": "small", "hideAnchor": false, "ignoreUserStartNodes": false }, "Udi": "umb://data-type/ad53257e4c9b4380bbe6f23bbae579ad", "Dependencies": [], "__type": "Umbraco.Deploy.Infrastructure,Umbraco.Deploy.Infrastructure.Artifacts.DataTypeArtifact", "__version": "13.2.2" } { "Name": "Related Links", "Alias": "", "EditorAlias": "Umbraco.MultiUrlPicker", "Configuration": { "minNumber": 0, "maxNumber": 0, "hideAnchor": false, "ignoreUserStartNodes": false }, "Udi": "umb://data-type/b4e3535a175347e28568602cf8cfee6f", "Dependencies": [], "__type": "Umbraco.Deploy.Infrastructure,Umbraco.Deploy.Infrastructure.Artifacts.DataTypeArtifact", "__version": "13.2.2" } These don't seem to collide to me and there are no other data types with these names on them. Is there something hidden happening? This is very confusing.
s
You could try to download the artifacts from the Cloud environment and load them into the local repo. There's also a large list in the Deploy tab that can show any files not fully synced. The list is at the bottom. There you can see if any schema files are not exported or imported. If you're not aware, the Deploy import/export is, to my knowledge, a mostly manual processes. For us this leads to some unexpected schema mismatch issues.
p
Thanks, I’ll take a look at the dashboard and see if anything shoes up on the cloud site
20 Views