✨ 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 for WP Database Backup

WP Database Backup writes a job log to wp_options and a zipped .sql to /wp-content/uploads/db-backup for each run. SleekView reads that log and renders the schedule as a sortable, filterable grid you can actually audit.

♾️ Lifetime License available

SleekView table view for WP Database Backup

Dump history that survives the screen that produced it

WP Database Backup stays small on purpose. It runs a scheduled mysqldump, zips the output, drops the file into /wp-content/uploads/db-backup, and records the run in wp_options under a single namespaced key. The Existing Backups screen lists the resulting .sql.zip files with a Download and a Delete button, which is fine for grabbing yesterday's archive and weak for asking whether the schedule has been firing reliably across the quarter.

SleekView reads the same wp_options job entries and reconciles them with the .sql.zip files on disk. Each row carries the started_at timestamp, the destination the dump shipped to (local, email, FTP, Dropbox, depending on the install), the dump size, the duration, and the outcome. A 412 MB nightly dump sitting next to a 0 MB Failed Dropbox push tells the on-call engineer in one glance which run is restorable and which one quietly failed three hours ago.

Saved filters earn their keep here. A view filtered to outcome equals Failed over the last seven days becomes the morning health check. A view filtered to destination equals FTP isolates one remote target when its credentials need a reset. The plugin keeps writing exactly what it always wrote; SleekView turns it into a real operational surface.

Workflow

From a minimal dump plugin to a real backup grid

1

Read the job log

SleekView reads the WP Database Backup option entries in wp_options for status, started_at, finished_at, size_bytes, and destination, plus the .sql.zip manifest on disk in /wp-content/uploads/db-backup.
2

Map the columns

Started, destination, size, duration, outcome. Five columns that answer the questions ops teams actually ask between scheduled runs.
3

Save the failure feed

Save a view filtered to outcome equals Failed over the last seven days. The morning glance replaces opening the Existing Backups screen and scrolling to see whether anything is wrong.
4

Drill into the archive

Click a row to jump to the .sql.zip file on disk. SleekView never replaces the dump; it just makes finding the right one a one-click operation.

Sample columns

Database backup runs

Each WP Database Backup job with destination, size, duration, and outcome on one row.
Source: wp_options job entries written by WP Database Backup and .sql.zip files in /wp-content/uploads/db-backup
Started Destination Size Duration Outcome
2026-05-15 03:00 Dropbox 412 MB 1m 58s Success
2026-05-14 03:00 Local + Email 408 MB 2m 04s Success
2026-05-13 03:00 FTP 405 MB 8m 21s Slow
2026-05-12 03:00 Dropbox 0 MB 3s Failed
2026-05-11 03:00 Local 402 MB 1m 51s Success

Comparison

Default WP Database Backup admin vs SleekView

Default WP Database Backup

  • Existing Backups screen is archive-first, not run-first
  • No KPI or filter for failed runs across a rolling window
  • Cannot isolate runs that shipped to a specific destination
  • Silent zero-byte pushes look identical to healthy ones in the list
  • No saved morning health check without opening every row

SleekView

  • One row per run with destination, size, and duration
  • Filter by outcome or destination over any date range
  • Saved view for failed runs in the last 7 days
  • Spot dumps that silently shrank to zero bytes
  • Click through to the archive or the job log entry

Features

What SleekView gives you for WP Database Backup

Dump observability

Confirm that the nightly schedule actually ran, finished, and shipped to the right destination at the right size. Not just the email said yes, but the row confirms it.

Destination isolation

Filter the grid to one destination (FTP, Dropbox, email) to audit a single remote in isolation. Useful when one target needs a credentials reset and the rest are fine.

Failure feed

A saved view of failed runs in the last seven days surfaces problems before the moment someone tries to restore from a zero-byte dump.

Audience

Who uses SleekView for WP Database Backup

Solo site owners

One sortable grid answers 'did last night's dump succeed and how big was it?' without scrolling the Existing Backups screen. Two clicks instead of a manual audit.

Agencies

Stand up the same backup-health grid across every retainer client. Each morning the same saved filter (Failed in the last 7 days) is the on-call check, the same shape everywhere.

Hosting and ops

Sort by size or duration to spot dumps drifting upward over a quarter. The dump that has crept from 200 MB to 412 MB is a database-growth conversation, and the column makes the case.

The bigger picture

Why a minimal backup plugin earns a grid quickly

WP Database Backup deliberately keeps its surface small. It writes a job log and a zipped dump file, and that is the entire story. The cost of that minimalism is that the data is rich enough to answer real reliability questions but never gets surfaced as anything more than a flat list of archives.

A CRON misfire can leave the schedule silent for two weeks before anyone notices, because the screen does not draw attention to the gap. A failed Dropbox push looks identical in the list to a healthy local dump, because there is no status column on the archive view. SleekView fixes the surface without changing the plugin.

Same job log, same .sql.zip files, much better posture for the team relying on them.

Questions

Common questions about SleekView for WP Database Backup

No. WP Database Backup owns the schedule, the dump, and the destinations. SleekView reads the job log WP Database Backup writes and renders it as a grid. That separation is intentional: the backup tool stays canonical and the observability layer stays read-only.

 

From the wp_options entries WP Database Backup writes for each run (status, started_at, finished_at, size_bytes, destination) and the .sql.zip files in /wp-content/uploads/db-backup. No additional logger and no premium add-on is required.

 

Yes. The destination column is filterable, so isolating runs that targeted Dropbox, FTP, email, or local is one click. Useful when one remote has stopped accepting uploads and the rest are healthy, which is otherwise invisible in the default archive list.

 

Yes. WP Database Backup writes the same job entries regardless of tier. SleekView reads what is already present, so the grid works on free installs and on any commercial tier without any premium dependency on the backup side.

 

Yes. Sort the grid by size to find the run that dropped from 400 MB to a few kilobytes. The size column is one of the most useful for catching dumps that completed with a Success status but actually shipped almost nothing because a table was locked or a credential was rotated mid-run.

 

Yes. The plugin writes per-site job entries, and SleekView respects that scope. On multisite each subsite has its own backup grid, and a network-level view can roll runs up across blogs when one ops team monitors the whole network.

 

No. Only the rows on the current page are queried, and the wp_options entries are tiny. A site with two years of nightly history queries the same as a site with two weeks because pagination keeps the row count constant.

 

Yes. Any filtered view exports to CSV. Quarterly reliability reviews and retainer reports get a defensible sheet instead of a screenshot of the Existing Backups screen with arrows drawn on it.

 

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