696
Views
2
Comments
Solved
How do you clean up your personal environment?
Question
Application Type
Reactive
Service Studio Version
11.13.0 (Build 53353)

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 greetings
Michael


2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

2024-01-31 05-29-41
Akshay Deshpande
Solution
2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

2024-01-31 05-29-41
Akshay Deshpande
Solution
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.