You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete Project/Analysis doesn't delete server stored results
Description
When you complete an analysis that stores for example the .zip of the datapoint or the html reports of the datapoint in the server, those files are stored in osdata/server/assets/data_points. If the case is big enough, each datapoint can have about 5MB of storage. With a complete analysis of ~1000 datapoints, that is at least 5GB of storage just in datapoint files.
If you end up having a bunch of analyses and projects in your server, you might want to clean some of the analyses to save space, however if you Delete the project or Destroy the analysis, the analysis' datapoint files stored in osdata/server/assets/data_points are not deleted, clogging up the server.
Reproduction steps:
Do an analysis with the options to load the result files to the server (i.e. using PAT)
Delete the project or Destory the analysis by clicking that option in the server web.
See that the datapoints files are still in the folder osdata/server/assets/data_points.
Actual outcome: Datapoint files are still ocupying disk space
Expected outcome: Analysis datapoints should be deleted together with the analysis
Delete Project/Analysis doesn't delete server stored results
Description
When you complete an analysis that stores for example the .zip of the datapoint or the html reports of the datapoint in the server, those files are stored in osdata/server/assets/data_points. If the case is big enough, each datapoint can have about 5MB of storage. With a complete analysis of ~1000 datapoints, that is at least 5GB of storage just in datapoint files.
If you end up having a bunch of analyses and projects in your server, you might want to clean some of the analyses to save space, however if you Delete the project or Destroy the analysis, the analysis' datapoint files stored in osdata/server/assets/data_points are not deleted, clogging up the server.
Reproduction steps:
Actual outcome: Datapoint files are still ocupying disk space
Expected outcome: Analysis datapoints should be deleted together with the analysis
Openstudio Server version: v3.8.0
docker-compose.yml file used: local_setup_scripts/docker-compose.yml
The text was updated successfully, but these errors were encountered: