-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation of dummy content #437
Comments
Hi, would need some investigation into Umbraco for that. The content population is done via the normal Umbraco packaging system. IIRC, the packaging system works by adding a row to the DB to indicate that a package is installed. If that row doesn't exist, then it thinks the package is not installed and will proceed with installation. Perhaps there is a way to turn off auto-package installation and only rely on it to manually be triggered in the back office. |
I'm also seeing this. I clone fresh on a new machine and I get a collision. When I login to the Umbraco back-office, there is dummy Articulate content and only the Articulate DocTypes. I believe this creation is happening before the Cloud Restore can happen. Is there a way to disable the initial dummy data and DocType creation? I'll see if I can get around this be deleting everything and trying to restore again. |
Hi, thanks Shazwazza, sorry I just noticed your comment after I got a notification from the other comment outlining they had the same issue. I haven't worked on Umbraco cloud since, but, I do remember I got round the problem by changing a setting in the Umbraco cloud deploy config. It's been a while and I don't have access to the project unfortunately |
Yea, deleting the content, DocTypes, and Data Types added by Articulate, then revert the repo back to align with the "main" branch allowed the initial deploy to finish at the restore could start. |
great, appologies for the lack of clarity as it was a while ago now but i think i did something similar and set a flag in the umbraco-cloud.json file then there was no issue when transferring and restoring the schema/content between environments. this could be wrong but it could have been the IgnoreBrokenDependenciesBehavior setting below { |
Hi all, i am using articulate version 5.0.0.
I have migrated this to umbraco cloud version 13.
I have a problem where every time i clone down umbraco cloud project to work on locally and run it for the first time, Articulate creates an Articulate node in the content tree and adds dummy articles.
When this happens it creates new uda files causing schema mismatch untill they are committed and pushed to source control to be deployed on cloud.
Is there anyway to stop the creation of this dummy content in the content tree?
Thanks :)
The text was updated successfully, but these errors were encountered: