Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Assets are broken after imported via VLT tool

Avatar

Level 2

Hi, I want migrate some content from another instance, so I did a poc on my dev instance at first, I have exported some assets via vlt tool, it seems fine, the assets which exported are available, but after I import them into AEM instance (same instance) again, all assets are broken.

 

It seems there is some encoding issue, because the assets size has increased after import them (e.g 231KB to 419KB) , but I don't know how can I fix them.

 

And I have already set Default Parameter Encoding to UTF-8, problem still there.

 

Hope someone can help me or give me some hits.

 

Following is the commands that I used to export and import:

vlt --log-level debug --credentials admin:xxxx -v export http://localhost:4502/crx/server /content/dam content

vlt --log-level debug --credentials admin:xxxx -v import http://localhost:4502/crx/server content /

 

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello @leonzhao0327,

We don't distribute vlt tool starting with AEM 6.4 and there is not more development with conjunction to reflect the new Segment Tar syntax and security improvements. To sync content between AEM and above you should employ crx2oak tool:

 

https://docs.adobe.com/content/help/en/experience-manager-64/deploying/upgrading/using-crx2oak.html

 

Thanks!!

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hello @leonzhao0327,

We don't distribute vlt tool starting with AEM 6.4 and there is not more development with conjunction to reflect the new Segment Tar syntax and security improvements. To sync content between AEM and above you should employ crx2oak tool:

 

https://docs.adobe.com/content/help/en/experience-manager-64/deploying/upgrading/using-crx2oak.html

 

Thanks!!