Reset All Project Tracking To Zero
Submitted by Geakz on Tue, 07/01/2008 - 12:52.
I've installed PP and have been giving it a 'test drive' using example data/files etc. I would like to start new and reset the lists of my activity back to zero/empty. I don't want to erase the company, users, projects I've set up, just the tracking of tasks, file uploads/updates etc., found listed in the dashboard.
Help is appreciated.

You'll need to be specific about exactly what you would like to remove. Then you'll need to find the corresponding details in the MySQL tables and delete them.
Depending on your familiarity with these tools, it might just be easier to do a clean install and then replicate or import the data into the new installation. Make sure that you install it in the production location when doing so.
Specifically:
>> Dashboard >> "Project Name" >> Overview
Under Recent Activities "Details"
Task List
File
Task
I can go into MySQL, just would like to know what I need to delete to remove the details from the above listed items.
Hope this explains the specifics better. Thanks for the quick reply.
"Floggings will stop when morale improves."
I felt like living dangerously and went poking around in MySQLadmin.
This is what I did to clear the Recent Activities list under 'Dashboard'/'Overview'
MySQLadmin" >> pp_application_logs
>> 'check all'
>> 'empty' (NOT DELETE)
This cleared all task, task lists, file uploads, edits, etc., listed there.
"Floggings will stop when morale improves."