Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Aem6.4 version purge

Avatar

Level 4

Hi,

We are using the version purge ,but this doe snot delete the older versions and they are still there.

 

The below command is used for the version purge.

curl --silent -u username:password -f -o  purgetextpath 

-d "cmd=purge&maxdays=1&maxversions=1&path=/content/appname&recursive=true" 

"http://localhost:4502/etc/versioning/purge.html"

request you to please suggest if any changes are required on the above command.

1 Solução aceita

Avatar

Resposta correta de
Employee Advisor

Before actually running this, Can you go to "http://localhost:4502/etc/versioning/purge.html" and click on "Dry Run"

 

Here you can see all the versions that will be purged. Do you see a discrepancy in the dry run? Does it not remove all the versions?

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
Employee Advisor

Before actually running this, Can you go to "http://localhost:4502/etc/versioning/purge.html" and click on "Dry Run"

 

Here you can see all the versions that will be purged. Do you see a discrepancy in the dry run? Does it not remove all the versions?

Avatar

Employee