It's on-prem.
On lower environments we are deploying via CI/CD using AEM API for deployment.
While in PROD we did manual deployment.
"whats really getting override ? " ==> we have one folder (has html under it) under content as content/company-site-external/us/en/articles/5787280/5787280.html ; after new release package installation folders those are created after our last release (in Feb 2023) got deleted. Other child folders (created prior to Feb 2023 release) are there without any issues.
Content that is published under content/company-site-external/us/en/articles are created dynamically and uploaded to AEM dynamically .i.e we create a AEM package with html into it, upload it to Author using API , then install it via API then trigger the replication to get it to other publisher instances.
Content of filter.xml in content package's vault folder
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/conf/company-site-external" mode="merge"/>
<filter root="/content/company-site-external" mode="merge"/>
</workspaceFilter>
After this issue I realised my new versioning is not semver ; Could that be issue? Because we haven't change anything in config except versioning.