DbRep DumpRowsHistory wird nicht mehr angelegt als Reading

Begonnen von Hackstall, 28 November 2019, 10:05:00

Vorheriges Thema - Nächstes Thema

Hackstall

Hallo
seit ein paar Tagen wird der DumpRowsHistory nicht mehr angelegt.

Ich muss gestehen ich habe über DBRep auch Zeilen löschen lassen.

Hat sich da etwas geändert, Vorher lief es einwandfrei.


define DBLogging_DbRep DbRep DBLogging
attr DBLogging_DbRep DbLogExclude .*
attr DBLogging_DbRep DbLogInclude DumpRowsHistory
attr DBLogging_DbRep dumpDirLocal /opt/fhem/backup
attr DBLogging_DbRep dumpFilesKeep 1
attr DBLogging_DbRep event-on-update-reading state,DumpRowsHistory
attr DBLogging_DbRep executeAfterProc {system ("sudo -u root /opt/fhem/FHEM/mysql_backup_nuc.sh &")}
attr DBLogging_DbRep executeBeforeProc set DBLogging commitCache
attr DBLogging_DbRep group Grp-Backup
attr DBLogging_DbRep icon system_backup
attr DBLogging_DbRep optimizeTablesBeforeDump 1
attr DBLogging_DbRep room 9.8_Backup
attr DBLogging_DbRep timeout 3600
attr DBLogging_DbRep webCmd On:Off


Danke Andreas

DS_Starter

Hallo Andreas,

nein, bei mir wird das Reading auch weiterhin generiert


READINGS:
     2019-11-28 03:44:06   DumpFileCreated /sds1/backup/dumps_FHEM/fhem_2019_11_28_03_06.sql.gzip
     2019-11-28 03:44:06   DumpFileCreatedSize 238.83 MB
     2019-11-28 03:44:06   DumpFilesDeleted fhem_2019_11_26_03_06.sql.gzip
     2019-11-28 03:44:06   DumpRowsCurrent 901
     2019-11-28 03:44:06   DumpRowsHistory 26233232
     2019-11-28 03:44:06   background_processing_time 2286.4657


Vielleicht mal ein verbose 4 oder 5einschalten und das log vom Backup posten. Evtl. sieht man da etwas.

Grüße,
Heiko
Proxmox+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

Hackstall

Hallo,
danke für die Antwort.
Ja du hattest Recht. Der Wert wird angezeigt. Mein Problem war dass der TimeOut zugeschlagen hatte da die DB doch immer
grösser geworden ist. Sofern der Prozess nicht abgebrochen wird wird das Reading wieder angelegt.

Danke Andreas