Expand my Community achievements bar.

SOLVED

Copy/migrate custom asset metadata schemas between multiple environments?

Avatar

Level 1

We've created a custom asset 40+ field metadata schema in a developer test AEM environment and we wish to share that with other developers so when we develop and install our app's package through the package manager/eclipse.  Eventually will want to push that forward to a QA/STG/PROD environment.  How can you export/import metadata schemas in AEM 6.4+? I'd hate to have to maintain these individually and manually.  Our application utilizes property filter components that map directly to the schema and fail if the schema doesnt match 100%.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Custom metadata schema will be saved under "/conf/global/settings/dam/adminui-extension/metadataschema"

So, you can create a package of this node and include the package in your deployment.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Custom metadata schema will be saved under "/conf/global/settings/dam/adminui-extension/metadataschema"

So, you can create a package of this node and include the package in your deployment.