Hello, I have set up a personal environment in Outsystems for testing purposes, with the usual 2 GB available. Now I have received an eMail that I have significantly exceeded the storage space.How come. Well, besides many Forge modules that I have tested (but also deleted again), a small app is still active. In this app I initially had 100 MB of video data as a resource. In the meantime, I have switched to AWS S3 with the videos. I guess, however, that the resources were re-uploaded with every compilation.How can I delete old versions of the app to free up storage space? Is there a simple button somewhere that I can use to decide which versions to delete? Thank you.Many greetingsMichael
Hi Michael,
Whenever you publish a module it gets stored in the server, even if you delete it afterwards. They are saved in the database which is what allows you to rollback to a previous version. Logs also can fill your database quickly, especially when it is that small.
Nonetheless, there are components made for this clean-up such as DBcleaner on steroids.
It provides a comprehensive array of clean up options from module versions to database tables and attributes deleted in meanwhile to logs.
Kind regards,
João
Hello Michael Guenther,
This is easy and simple to used
https://www.outsystems.com/forge/component-overview/2176/oneclickcleanup
for here you will get documentation related to clean up https://success.outsystems.com/Documentation/Best_Practices/Lifecycle/Best_practices_for_a_tidy_and_clean_environment
Thanks and Regards,
Akshay Deshpande.