Database Reset

I have been testing rt and was wondering if there was a way to have it
delete and reset the database so that I have a clean slate for use in a
real environment (with out having to reinstall the whole thing.)

any help

<>< Proverbs 3:5 “Trust in the Lord with all your heart and lean not on
your own understanding;”

I have been testing rt and was wondering if there was a way to have it
delete and reset the database so that I have a clean slate for use in a
real environment (with out having to reinstall the whole thing.)

An internals expert might correct me, but it seems like you
could just fire up mysql and do

delete * from Attachments
delete * from Links
delete * Tickets
delete * Transactions
delete * Watchers

That should remove all the data, while preserving all
the groups and users you meticulously set up.

Tony Aiuto