|
I'm doing regular backups of the OSQA database, but I've noticed that the database is growing more rapidly than I would normally expect (1 to 3 megabytes per day). This is out of line with the amount of content being posted (although there are a lot of people who just create accounts to they can spam in their bio). Are there logs in the database that I need to cleanup? Is there some data I can cleanup from time to time? What's the recommended practice? |
|
Hernani offered the following advice regarding cleaning up old sessions: Periodically run:
Alternatively, in the MySQL database you can execute:
I had to do the latter on Dreamhost because the first option took too much memory. Note that the latter solution can take a long time, and the site could be unresponsive. You may want to put the site into maintenance mode while you do this. |