Skip to main content
Question

data_bin table and partitions

  • September 1, 2026
  • 1 reply
  • 1 view

Forum|alt.badge.img+6

Hello

It seems the centreon_storage.data_bin table is not used anymore by centreon, as this table does not exist anymore.

Although, partitions of this table are still present, and deletion of these partitions + restart of mariadb leads to a broken centreon web frontend.

 

Il there a clean way to get rid of this data_bin old data, which uses about 300G of disk space on my installation ?

 

Regards

1 reply

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • September 1, 2026

Hi ​@Rico, centreon_storage.data_bin is still used to:

  1. Rebuild graph if needed
  2. Extract performance data if you use MBI functionnality

This table is purged based on the retention period configured in the "Administration > Parameters > Options" menu for the "Retention duration for performance data in MySQL database" field.

Regards