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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
@sudharsan-selvaraj Currently I can see the database.sqlite file has occupied a large storage of 45GB on my machine.
Can you help me to understand what this file does. Will there be any consequences on deleting it.
Do we have any auto clean up or how do i manage it ?
The text was updated successfully, but these errors were encountered:
You can delete all the session data from the UI by clicking the delete all sessions. This will clear all data and brings back the dashboard to original state.
Otherwise,you can also delete the sqlite database and remove the entire folder that contains images and videos of the session and then reinstall the plugin to bring back the original state.
@sudharsan-selvaraj In my case I dont want to delete all because i need the latest run for my reference. I need to delete only the old videos based on timestamp for which i have added a cron.
One think i can think of is you can clear data related to adb logs, profiling and http logs. To do so, install sqlite db and truncate the below tables from the database
@sudharsan-selvaraj Currently I can see the database.sqlite file has occupied a large storage of 45GB on my machine.
Can you help me to understand what this file does. Will there be any consequences on deleting it.
Do we have any auto clean up or how do i manage it ?
The text was updated successfully, but these errors were encountered: