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)
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
You may use the Alfresco REST API to remove nodes in "archive/workspace/SpaceStore" in chunks.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.