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