Download

Hi All

Somebody could tell me what is the purpose of the download option in the
ticket history?

Download: Where? How?

Thanks for your help

Réjean Chartier

Directeur Centre d’expertise et de support SAP

Director SAP Consulting and Support Center

Via Consultants Inc.

SAP Professionals Across Canada

261 rue Saint-Jacques, 5eme Etage

Montreal, Que, H2Y 1M6

Tel: 1-514-494-3262

Cel: 1-514-605-6200

Fax: 1-514-494-2665

Free: 1-888-VIA-3227

mailto:rchartier@viaconsultants.com rchartier@viaconsultants.com

We are running RT 2.0.15 for our Technical Support
center and it handles anywhere from a few hundred to
several thousand incoming emails a day, each
generating an RT ticket.
The RT database is currently 2.4G and has 105,000
tickets. We do a weekly mysqldump to back up the
database, but because of the size of the DB, if causes
the machine to become unresponsive for about 10
minutes.
We would like to purge all tickets in a resolved state
that have not been updated for 30+ days, as that would
remove about 85,000 tickets and make the RT database
and the mysqldumps much more manageable.
We know that tickets are not normally erased from the
database, but what does everyone else do when they get
hit with several thousand SPAM emails or when the RT
database getto an unruly size?
Does anyone have any other options?

thanks in advance,
-Dave

Technical info:
RT 2.0.15
Dual 1.1Mhz P3 processors, 800MB RAM

Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

“DA” == Dave Alton da_19782000@yahoo.com writes:

DA> database, but because of the size of the DB, if causes
DA> the machine to become unresponsive for about 10
DA> minutes.

:wink: use postgres instead :wink:

DA> We would like to purge all tickets in a resolved state
DA> that have not been updated for 30+ days, as that would
DA> remove about 85,000 tickets and make the RT database

Well, if you can do an update in sql directly to set the status of the
tickets to ‘dead’ then you can use the remove dead tickets scripts
(posted here several times) to actually remove them from the
database. In postgres, I just set up foreign keys to cascade the
delete automatically, so I don’t need such a script.

Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera@kciLink.com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/