Hi there
When I deploy our updated BrXM project to one of our AWS environments, most content and configuration is replaced by empty nodes or stuff coming from the implementaion project.
I assume these empty nodes are the ones coming from the product (core/hippo-cms/hippo-repository/hippo-repository-workflow). I am expecting that only relevant changes are bootstrapped and existing content are left in place.
Some examples on what happens after deploy
- documents, gallery, asset nodes are completely empty
- hst:host only contains whats in the implementation project. Other hosts are configured before deploy.
- hst:users only contain whats in the implementation project - lots of users before deploy
- After deploy there is a āupgrade-to-12-content-markerā node in the console, which seems off to me since weāre upgrading to 13
Iām guessing something is off with the config baseline, but I have no clue what to try by now.
Only error I see in the logs are:
ERROR org.onehippo.cm.engine.ConfigurationContentService - Processing āAPPENDā action for content node ā/content/documents/dk-sites/administrationā failed.
javax.jcr.PathNotFoundException: /content/documents/dk-sites
Locally the updated project is running fine. And we deploy authoring and delivery separately to AWS.
Tips and trick for stuff to try are most welcome