Ticket Pruning

Hilfe zu Znuny Problemen aller Art
Locked
tlombardi
Znuny newbie
Posts: 2
Joined: 26 Jan 2009, 15:46

Ticket Pruning

Post by tlombardi »

Hi Guys,

is there a way to prune tickets in OTRS? I don't want my database to grow extremely large and I want to delete tickets older than for example a year. Is there a way to do this from within OTRS? If not, which tables should I touch to delete the tickets?

Regards,

Tonio
King_Darki
Znuny newbie
Posts: 92
Joined: 14 Nov 2008, 15:23
Znuny Version: 2.4.4
Location: Dingolfing
Contact:

Ticket Pruning

Post by King_Darki »

if you want to delete tickets from your DB then:
open your SQL-database, search for table 'ticket' and delete the tickets you want...

but you will have troubles with inconsistency if you delete the tickets... you should better set them to 'invalid'!
Grüße

King_Darki
---
Produktiv: OTRS 2.4.4, ITSM 1.3.1, MySQL on Debian GNU/Linux lenny/sid
Testing: OTRS 2.4.7, ITSM 1.3.2 MySQL on Debian GNU/Linux lenny/sid
Player1975
Znuny newbie
Posts: 28
Joined: 15 Dec 2008, 15:13

Ticket Pruning

Post by Player1975 »

...the easiest and best way to delete tickets is to use the GenericAgent.

Best regards,

Dirk
King_Darki
Znuny newbie
Posts: 92
Joined: 14 Nov 2008, 15:23
Znuny Version: 2.4.4
Location: Dingolfing
Contact:

Ticket Pruning

Post by King_Darki »

Player1975 wrote:...the easiest and best way to delete tickets is to use the GenericAgent.

Best regards,

Dirk
oder so... dass ich an das nicht gedacht hab... *schäääm*
Grüße

King_Darki
---
Produktiv: OTRS 2.4.4, ITSM 1.3.1, MySQL on Debian GNU/Linux lenny/sid
Testing: OTRS 2.4.7, ITSM 1.3.2 MySQL on Debian GNU/Linux lenny/sid
Locked