12-01-2021 06:49 AM
Hello, I need ideas to be able to empty the trash that has 194071 files. I have not been able to do it from the web page, since it crashes and gives a timeout error.
Community alfresco use 4.2.f
It is not possible to install trashcan cleaner (I could never compile the program)
12-01-2021 08:46 AM
alfresco-trashcan-cleaner seems the right approach.
I've packaged the AMP from https://github.com/atolcd/alfresco-trashcan-cleaner adding some code to pom.xml in dependencyManagement section
<dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-surf-core-configservice</artifactId> <version>1.2.0-M17</version> </dependency> <dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-webscripts-api</artifactId> <version>1.2.0-M17</version> </dependency> <dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-webscripts</artifactId> <version>1.2.0-M17</version> </dependency>
Let me know if that works for you
12-22-2021 04:30 AM
You may use the Alfresco REST API to remove nodes in "archive/workspace/SpaceStore" in chunks.
Explore our Alfresco products with the links below. Use labels to filter content by product module.