How to export/import AAM settings?
AAM GeneralLess than 1 minute
AAM simplifies exporting and importing all of its settings through the "Settings" tab. When you download the settings, you receive a JSON-formatted text file containing various groups of settings, such as:
- Access controls set up within AAM.
- A list detailing roles and capabilities.
- Customized AAM configurations from the "Settings" tab.
- A list of defined access policies, though only those linked to at least one role, user, visitor, or applied universally will be included.
You have the flexibility to specify which access settings are included in the export. For instance, you might wish to omit the list of roles and capabilities. This can be achieved using the ConfigPress option core.export.groups by eliminating the undesired group:
[aam]
core.export.groups = ['roles', 'config', 'settings']