empty DB Table gi_debugger_entry_content

Moderator: crythias

Post Reply
juergenbarth
Znuny newbie
Posts: 11
Joined: 04 Nov 2017, 11:29
Znuny Version: 5.0.16
Real Name: Jürgen Barth
Company: mbi GmbH

empty DB Table gi_debugger_entry_content

Post by juergenbarth »

Hi,

my OTRS is running out of disc space. (5.0.16)

The table gi_debugger_entry_content is about 35GB.
I already tried to clear DEBUGGER Logs in the Webservice.

I only have one Service under webservices, i tried to clear the data, it aks for confirmation.
At the next day it´s still about 35GB in size?

How can i clear all DB gi_debugger_* tables?
root
Administrator
Posts: 3934
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: empty DB Table gi_debugger_entry_content

Post by root »

Hi,

The easiest way should be configure the webservice debugging level to error and truncate the tables.
For e.g. PostgreSQL it should be a command like

Code: Select all

TRUNCATE TABLE gi_debugger_entry CASCADE;
.

Check your database documentation for the proper command and save your data before!

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Post Reply