Migrate versioned content
View Non-UUID to UUID content migration for the latest and detailed documentation.
Perform these steps to migrate your non-UUID versioned content to UUID content.
Compatibility matrix
Package installation
Download the required packages from Adobe Software Distribution Portal, based on your version:
- Pre-migration: com.adobe.guides.pre-uuid-migration-1.0.9.zip
- Migration: com.adobe.guides.uuid-upgrade-1.0.19.zip
- Pre-migration: com.adobe.guides.pre-uuid-migration-1.1.3.zip
- Migration: com.adobe.guides.uuid-upgrade-1.1.15.zip
Pre-migration
Perform the following checks on the non-UUID version (4.1 non-UUID or 4.3.0 non-UUID):
-
Install the pre-migration package according to your version.
note note NOTE - You need administrator permission to execute the migration.
- Fixing the files with errors before proceeding with the migration is recommended.
-
(Optional) Perform version purging on the content to remove unnecessary versions and speed up the migration process. To perform version purging, select the option Version Purge from the migration screen and go to the user interface using the URL
http://<server- name>/libs/fmdita/clientlibs/xmleditor_uuid_upgrade/page.html
.note note NOTE This utility does not remove any versions used in baselines or reviews or has any labels. -
Launch
http://<server-name>/libs/fmdita/clientlibs/xmleditor_uuid_upgrade/page.html
. -
Select Compatibility Assessment from the left panel and browse a folder path.
-
Check the compatibility to list the following information:
- Total files
- Total versions
- Estimated time for migration
- Number of files with errors
{width="800"}
-
Select Configure Validations from the left panel. Then, Select map and Select preset of the map to configure them. The current output validation list displays the output files present before migration and can be validated against the output files generated post-migration later.
{width="800"}
Migration
Step 1: Update configuration
-
Ensure that the free space available is at least ten times the space taken by AEM (crx-quickstart directory) during migration. Once you complete the migration, you can reclaim most of the disk space by running compaction (refer to Revision Cleanup).
-
Enable Enable Post Processing Workflow Launchers in
com.adobe.fmdita.config.ConfigManager
and Enable Version Postprocessing incom.adobe.fmdita.postprocess.version.PostProcessVersionObservation.
-
Install the UUID version of the supported release over the non-UUID version. For example, if you’re using 4.1 non-UUID build, you need to install UUID version 4.1 and run the migration.
-
Install the new package for uuid migration.
-
Disable the following workflows and any other workflow that runs on
/content/dam
using launchers inhttp://<server-name>/libs/cq/workflow/content/console.html
.- DAM Update Asset workflow
- DAM Metadata Writeback workflow
-
Disable Enable Post Processing Workflow Launchers in
com.adobe.fmdita.config.ConfigManager
and disable Enable Version Postprocessing incom.adobe.fmdita.postprocess.version.PostProcessVersionObservation
. -
Disable the property Enable validation (
validation.enabled
) in Day CQ Tagging Service. -
Ensure that
uuid.regex
property folder is set properly incom.adobe.fmdita.config.ConfigManager
. If it’s blank, set it to the default value -^GUID-(?<id>.*)
. -
Add a separate logger for
com.adobe.fmdita.uuid
The browser response is also available at/content/uuid-upgrade/logs
.
Step 2: Run the migration and validate
Install the migration package
-
Launch
http://<server-name>/libs/fmdita/clientlibs/xmleditor_uuid_upgrade/page.html
.{width="800"}
-
Select System upgrade from the left panel to run the migration. Start on a folder with smaller data before running it on
/content/dam
. -
Select Download Report while the migration is running to check whether all files in the folder are upgraded correctly and whether all features work only for that folder.
/content/dam
, or the same folder (rerun migration).Also, it’s important to make sure that the content migration is done for all the media assets, such as images and graphics you have used in the DITA content.
Baseline and Review migration
Select Baseline/Review Upgrade from the left panel to migrate the baselines and review at the folder level.
{width="800"}
Step 3: Restore the configuration
After migrating the server successfully, enable post-processing, tagging, and the following workflows (including all the other workflows that were disabled initially during the migration) to continue working on the server.
- DAM Update Asset workflow
- DAM Metadata workflow
Migration validation
-
Once the migration is completed, select Validate system upgrade from the left panel and validate the output files before and after the migration to ensure that the migration is successful.
{width="800"}
-
After the validation is done, most of the disk space can be reclaimed by running compaction (refer to
https://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/revision-cleanup.html?lang=en
).