Hi Team
I am migrating from AEM on-prem to AEMaaCS, when I run BPA on my AEM author instance, I got the below violations related to runmodes.
Configurations have been found which are based on runmode names which are not supported in AEM as a Cloud Service.
/apps/<project_name>/config.local
A configuration name based on an unsupported run mode was found at /apps/<project_name>/config.local.
/apps/<project_name>/config.prd
A configuration name based on an unsupported run mode was found at /apps/<project_name>/config.prd.
/apps/<project_name>/config.publish.prd
A configuration name based on an unsupported run mode was found at /apps/<project_name>/config.publish.prd.
/apps/<project_name>/config.publish.stg
A configuration name based on an unsupported run mode was found at /apps/<project_name>/config.publish.stg.
/apps/<project_name>/config.stg
A configuration name based on an unsupported run mode was found at /apps/<project_name>/config.stg.
As per my understanding from the blog, I can do the following.
1. rename /apps/<project_name>/config.prd to /apps/<project_name>/config.author.prd
2. rename /apps/<project_name>/config.stg to /apps/<project_name>/config.author.stg
3. delete /apps/<project_name>/config.local
4. anything required for this 2 configs also /apps/<project_name>/config.publish.prd and /apps/<project_name>/config.publish.stg ?
Also when I rename the config do I need to update the backend code also. Please advise.