{"slug":"entabit-backup","name":"Entabit Backup – Complete WordPress Website Backups","description":"Secure WordPress backups with local downloads.","author":"entabit","active_installs":0,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/entabit-backup/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"entabit_backups","full_table_name":"wp_entabit_backups","description":"Stores entabit backups data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"backup_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"backup_date","type":"datetime","nullable":false,"primary_key":false},{"name":"backup_size","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"backup_type","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"local_path","type":"text","nullable":true,"primary_key":false},{"name":"status","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"error_message","type":"text","nullable":true,"primary_key":false},{"name":"progress_stage","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"progress_percent","type":"tinyint(3)","nullable":true,"primary_key":false},{"name":"verified","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false},{"name":"level","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false},{"name":"context","type":"text","nullable":true,"primary_key":false},{"name":"backup_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_entabit_backups ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, backup_name varchar(255) NOT NULL, backup_date datetime NOT NULL, backup_size bigint(20) NOT NULL, backup_type varchar(50) NOT NULL DEFAULT 'full', local_path text, checksum varchar(64), status varchar(50) NOT NULL DEFAULT 'pending', error_message text, progress_stage varchar(100), progress_percent tinyint(3), verified tinyint(1) DEFAULT 0, created_at datetime NOT NULL, updated_at datetime, PRIMARY KEY (id), KEY backup_date (backup_date), KEY status (status), KEY created_at (created_at) ) $charset_collate;\"; // Logs table $sql_logs = \"CREATE TABLE IF NOT EXISTS wp_entabit_logs ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, level varchar(20) NOT NULL, message text NOT NULL, context text, backup_id bigint(20), created_at datetime NOT NULL, PRIMARY KEY (id), KEY level (level), KEY backup_id (backup_id), KEY created_at (created_at) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql_backups );"},{"table_name":"entabit_logs","full_table_name":"wp_entabit_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null}],"table_count":2}