내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM removing .snapshot packages.

Avatar

Level 7

Hi folks,

I have a lot of .snapshot packages in /etc/packages/<various>/.snapshot  directories.

 

I have been deleted them with curl scripts as they are taking up space. Just checking it is o.k. to do this .

 

thanks

Fiona

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Yeah, That's ok. The snapshot packages are auto-created when you installed a new version of the same artifact(1) for the "uninstall" feature from packageManager to work, so it is good to purge these from time to time.

 

(1). https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/packag...



Esteban Bustamante

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Yeah, That's ok. The snapshot packages are auto-created when you installed a new version of the same artifact(1) for the "uninstall" feature from packageManager to work, so it is good to purge these from time to time.

 

(1). https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/packag...



Esteban Bustamante

Avatar

Community Advisor

It is safe to delete any packages under/etc/packages and it will not uninstall any package.

Packages under /etc/packages are just a backup for installing or uninstalling packages.

The same is true for snapshots.

Avatar

Community Advisor

@fionas76543059 

My recommendation would be to upload service packs to the package manager and delete them from /etc/packages when not needed anymore.

 

Using crx-quickstart/install means anyway when cleaning up disk space that one has to clean up crx-quickstart/install and /etc/packages. 

Avatar

Level 7

Thanks all for the responses!!