turbot/oci_insights

Query: mysql_full_backup_count

Usage

powerpipe query oci_insights.query.mysql_full_backup_count

Steampipe Tables

SQL

select
count(*) as "Full Backups"
from
oci_mysql_backup
where
backup_type = 'FULL'
and lifecycle_state <> 'DELETED';

Dashboards

The query is used in the dashboards: