[rt-users] Database Reset

Tony Aiuto tony at ics.com
Mon Nov 4 21:57:06 EST 2002


>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



More information about the rt-users mailing list