✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WP Database Backup

SleekView Charts reads the wp_options job log and the dump-file manifest WP Database Backup writes to /uploads/db-backup, and renders backup history as Number, Pie, Bar and Area cards instead of one flat archive list.

♾️ Lifetime License available

SleekView Charts dashboard for WP Database Backup

Backups you can chart, not just download

WP Database Backup is a no-frills mysqldump wrapper. It writes one zipped .sql per run into /wp-content/uploads/db-backup, records job metadata in wp_options under a single namespaced key, and exposes the result as a paginated list with a Download and a Delete button on each row. That UI is fine for grabbing one backup. It is poor at answering questions like 'are we still backing up nightly?' or 'has the dump size doubled this quarter?'

SleekView Charts reads the same wp_options job entries and the file system manifest. A Number card surfaces total successful runs in the last 30 days. A Pie splits runs by destination (local, email, FTP, Dropbox, depending on what the install has configured). A Bar groups dump size per week so silent table bloat becomes visible. An Area trends run cadence over time, which is the chart that catches the moment a CRON misfire stopped the schedule.

The chart view sits on the same dataset as the table view. Filter to failed runs only, and both surfaces narrow together. No external reporting tool, no copy-paste into a spreadsheet, no separate cron-monitor service to wire up.

Workflow

Turn the dump log into a dashboard

1

Read the job log

SleekView scans the WP Database Backup options entries in wp_options for status, started_at, finished_at, size and destination, then reconciles them against the .sql.zip files in /uploads/db-backup.
2

Compose the chart cards

Pick Number, Pie, Bar, Area or Line cards. Group by destination, status, started_at or weekday, and aggregate as Count, Sum, Average, Minimum or Maximum across size_bytes and duration_seconds.
3

Save and scope the dashboard

Name the dashboard ("Nightly DB backup health", "Last 30 days runs") and gate it by WordPress capability so admins, devs and clients each see the slice that suits them.
4

Share or export

Send stakeholders a read-only URL or export the underlying filtered set to CSV. Quarterly reliability reviews get an honest before-and-after picture instead of a screenshot of the Existing Backups list.

Sample dashboard

Charts you can build from WP Database Backup data

Each card below reads the same options-stored job log and dump-file manifest the standard plugin uses. Mix them to build a dashboard for admins, agency ops or a quarterly hosting review.
Number · Default

Successful runs (30 days)

Total backup jobs that finished with a Success status in the last thirty days. The single KPI a reliability check anchors on.
Count
Pie · Donut text

Runs by destination

Split across local, email, FTP and any cloud destination configured. Surfaces whether off-site shipping is actually happening or only local archives are being written.
Count group by destination
Bar · Default

Average dump size per week

Weekly average of dump size_bytes. Silent table bloat or a runaway post_meta table shows up here long before it shows up as a slow site.
Average(size_bytes) group by week
Area · Gradient

Run cadence over time

Time series of jobs per day. Useful for catching the moment a CRON misfire stopped the nightly schedule, which the default list does not visualise.
Count group by started_at

Comparison

Default WP Database Backup screen vs SleekView Charts

Default Existing Backups screen

  • No KPI for runs in the last week or month, only a list
  • Cannot split runs by destination or status visually
  • No trend of dump size to spot table bloat
  • Missed nightly runs only show as a gap in the list, not as a chart break
  • No way to share a read-only backup-health snapshot with a client

SleekView Charts

  • KPI card for successful runs in the last 30 days
  • Pie split across local, email, FTP and cloud destinations
  • Bar of average dump size per week to surface bloat
  • Area trend of run cadence to catch CRON regressions
  • Filters carry between table view and chart view on the same job log

Features

What SleekView Charts gives you for WP Database Backup

Dashboard, not just an archive list

Render the WP Database Backup log as Number, Pie, Bar and Area cards so admins see the shape of the schedule, not just the latest zip.

Catch silent regressions

Trending dump size and run cadence surfaces table bloat and CRON misfires weeks before they become an incident. The list view never makes that obvious.

Client-facing snapshots

Send a read-only URL of the backup dashboard to a client or export the filtered set to CSV for a retainer review. No screenshots required.

Audience

Who builds WP Database Backup charts dashboards with SleekView

Solo site owners

One KPI card answers 'are nightly DB backups still running?' without scrolling a list. The trend card answers 'is the database growing?' at the same time.

Agencies

Apply the same dashboard shape across every retainer client. Each monthly review opens with the same four cards, which scales the practice cleanly across portfolios.

Hosting and ops

Use the size and cadence charts to brief hosting upgrades. A doubling dump size in a quarter is usually a tier-bump conversation, and the chart makes that case for you.

The bigger picture

Why a minimal backup plugin still benefits from a dashboard

WP Database Backup deliberately stays small. It does one thing (a scheduled mysqldump) and writes the result to disk and optionally to a remote target. That minimal scope is its strength and its blind spot.

The plugin writes enough data to answer reliability questions, but it never surfaces those answers itself. A site can go four weeks with a broken CRON and the only signal is a gap in a list view nobody opens unless something is already broken. Charting the same data flips that posture.

A Number card on the admin dashboard catches a stalled schedule on day two, a Pie shows whether off-site shipping is actually happening, a size trend catches database bloat early. None of that requires a heavier backup plugin, just an honest view of the data WP Database Backup is already producing.

Questions

Common questions about SleekView Charts for WP Database Backup

Only the wp_options entries WP Database Backup already writes for each run (status, started_at, finished_at, size, destination) and the .sql.zip files it leaves in /wp-content/uploads/db-backup. No additional logging plugin or premium add-on is required.

 

Yes. Table and chart views sit on the same dataset, so a filter for failed runs in the last seven days applies to both. Editors can pivot between a row-level audit and a chart-level summary without rebuilding the filter from scratch.

 

Yes. Group by started_at or week with an Area or Line card and pick Average or Maximum on size_bytes. That makes silent database growth a chart line instead of a problem discovered when a backup file refuses to download over a flaky connection.

 

Yes. WP Database Backup writes the same job entries regardless of tier, and SleekView Charts only needs those. There is no premium dependency on the WP Database Backup side and no separate logging integration required.

 

Yes. If the plugin is configured to ship to email, FTP, Dropbox or Amazon S3, each run records the destination it targeted. Group a Pie card by destination to see the split and catch the case where one remote target has quietly stopped accepting uploads.

 

Yes. Each dashboard has a shareable URL gated by WordPress capability, and the underlying filtered data exports to CSV. Agencies use this for monthly retainer reports without copying screenshots into a slide deck.

 

No. SleekView Charts reads from wp_options and the filesystem manifest on demand, with no participation in the actual mysqldump process. The chart cards refresh against the same data the plugin has already written, not against a parallel collector.

 

Yes. On multisite each site's own job log appears in its own dashboard, or a network-level view can aggregate runs across blogs when one ops team monitors the whole network rather than individual sites.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView