- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-27-2018 08:08 AM
With the finite ammount of disk space, etc on a VM, how do you go about clearing the database of data that you no longer need?
08-28-2018 03:07 AM
If you are talking about the traffic data imported via CSV that is stored under the PATH you defined for TEMPORARY DATA STRUCTURE FOLDER, and you can remove it from the same place you set it up. Let us know if you ask for other kind of data...
08-29-2018 12:24 PM
Nope, talking about the data stored in the SQL/MariaDB database. Or basically, anything that long term is stored and can take up disk space.
09-03-2018 03:45 AM
all the data related to configs is stored in /home/userSpace
Each project has its own database and stored in /var/lib/mysql by default. Try to keep the number of projects the lower you can
You can clean the /var/log/ folder like in any other linux distribution there are stored the mysql , apache2 and system logs and its a good practice to clean them from time to time
Hope that helps
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!