What happens if a publishers write to repository in AEM as a cloud service?
As part of the migration steps from AEM on prem to AEM as a Cloud Service:
It lists this item to check for:
Changes to Publish repository
Direct changes to the Publish repository are not allowed, except those changes under /home. It is always recommended that any changes made on author get distributed. All code and configuration changes must be deployed through the corresponding Cloud Manager pipeline.
Let's hypothetically say I've joined an AEM development team, and have noticed they have a sling job that runs on each of the publishers, which modifies data in the repository. What are the potential issues that may occur doing writes to the repository from publishers running in AEM as a cloud service?
Thanks!