Hi,
you can start your investigation by using the cms console, the nodes under /hcm:hcm will give you more insights. For example hcm:baseline@hcm:lastpudated contains the last update datetime. Moreover the children nodes will show what changes the system has bootstrapped. Also check the nodes where you expect to have a change, there’s an indication (HCM Origin) of which yaml file contibuted to create/update the node
HTH
Saimir
“Full” bootstrapping not only persists configuration changes to the repository, it also wipes out manual configuration changes which have not been added to the project’s bootstrap data
System and content items will be safe. It may not be an issue, but that is something you will need to verify.
Any changes made to configuration nodes through the console. Some plugins as well (such as settings management). Configuration nodes are only reloaded (normally) when the bootstrap changes compared to the baseline. Changes made in the console aren’t added to the baseline.
btw, I also suggest checking your startup logs for any errors when doing bootstrap=true. Any errors will mean no changes will be made.
Thanks Jasper - we couldn’t see any obvious errors.
It seems like the “full” flag might be ok in our case as we would never make any configuration changes outside of development and pass those up through the deployment pipeline.