backup_logs

0 rows


Description

To store all the logs from backup and restore operations (by db logger)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
backupid VARCHAR 32
backup_controllers.backupid backlogs_bac2_fkR

backupid the log record belongs to

loglevel SMALLINT 5 null

level of the log (debug…error)

message LONGTEXT 2147483647 null

text logged

timecreated BIGINT 19 null

timestamp this log entry was created

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
backlogs_bac_ix Performance Asc backupid
backlogs_bacid_uix Must be unique Asc/Asc backupid + id

Relationships