Check MySQL Group Replication status to monitor cluster health, member roles, replication channels, and transaction certification for performance tuning.
Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.
Restore a previous backup by backup ID to a target server, overwriting existing data. Supports PostgreSQL, MySQL, MongoDB, and file restores with pre/post hooks.
Creates compressed remote MySQL, PostgreSQL, or MongoDB backups over SSH without modifying the source database. Supports transaction-safe MySQL dumps and PostgreSQL custom-format backups.
Checks the current debug session state to determine if the app is paused, so the user knows whether they can interact with the GUI and what next steps are needed.
Analyze MySQL index statistics to identify low cardinality indexes, oversized indexes, and infrequently used indexes for database performance optimization.