✨ 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 WPVivid Pro Addons: cloud destinations and migrations as tables

Pro Addons unlocks more cloud destinations and staging features for WPVivid. SleekView reads the resulting job records and lifts every backup, migration, and restore into one operational grid.

♾️ Lifetime License available

SleekView table view for WPVivid Pro Addons

More destinations, one read layer

WPVivid Pro Addons extends WPVivid Backup with extra cloud destinations, staging tools, and migration workflows. Job history continues to be written through WPVivid's own record system, mostly via wp_options rows under the plugin's prefix and per-run logs under wp-content/wpvividbackups. The history page surfaces recent runs in a flat list, but with more destinations enabled, that list becomes harder to read, not easier. OneDrive uploads, S3 pushes, staging clones, and incremental restores all share one stream.

SleekView reads the same record store and gives each job a row with the columns the operations team actually needs: started, action (Backup, Restore, Migration, Staging clone), destination, size, duration, outcome. The data is the same data WPVivid writes; the difference is that destination and action become filterable columns rather than visual badges. A saved view of action equals Migration with outcome equals Failed over the last 30 days surfaces problems the history page does not.

Edits route through WPVivid's own actions. Re-running a failed migration, pruning old archives, or promoting an incremental to a recovery point all call plugin hooks instead of writing to the record store directly. The schedule, the encryption, and the cloud credentials remain canonical inside WPVivid Pro; SleekView is purely the operational view layer.

Workflow

From WPVivid records to a Pro Addons grid

1

Pick the source

Point SleekView at WPVivid's wp_options records and the per-job logs in wp-content/wpvividbackups.
2

Compose columns

Promote action, destination, size, duration, and outcome from the record payload into sortable columns.
3

Save and scope per role

Save Ops (failed in 24h), Migration (action equals Migration), and Staging (action equals Staging clone) views, scoped to the right role.
4

Edit inline through WPVivid

Row actions call WPVivid's own hooks to re-run, prune, or promote a job, never direct option writes.

Sample columns

Pro Addons jobs

Every WPVivid Pro Addons job with action, destination, and outcome.
Source: WPVivid records in wp_options plus wp-content/wpvividbackups logs
Started Action Destination Size Duration Outcome
May 18 02:00 Backup OneDrive 4.6 GB 13m 41s Succeeded
May 17 21:00 Migration pgcamp.com 5.2 GB 22m 14s Succeeded
May 16 02:00 Staging clone Local 5.0 GB 8m 09s Slow
May 15 02:00 Restore Amazon S3 4.5 GB 0m 12s Failed

Comparison

Default WPVivid Pro admin vs SleekView

Default WPVivid Pro admin

  • Backups, migrations, restores, and staging clones share one list with no filter by action.
  • Adding more cloud destinations makes the default history harder to read, not easier.
  • Duration is recorded but not promoted to a sortable column in the history page.
  • There is no saved-view concept, so support, ops, and owners share one screen.
  • Migration runs to remote sites are not separated visually from local-only restores.

SleekView

  • wp_options records become rows with action, destination, size, duration, outcome.
  • Saved views for migration-only, staging-only, and backup-only flows, each scoped to a role.
  • Inline re-run and prune actions call WPVivid's own hooks, not direct writes to the record store.
  • Duration becomes a sortable column, surfacing slow migrations before they overlap the next schedule.
  • Row context menu opens the on-disk log file under wp-content/wpvividbackups.

Features

What SleekView gives you for WPVivid Pro Addons

Destination and action as columns

OneDrive, S3, Local, Migration target, and Staging clone become filterable column values so reading the right slice of history takes one click.

Slow migration trend

Sort migrations by duration descending across the last 30 days to spot the runs creeping past their schedule before they overlap the next one.

Re-runs through plugin hooks

Re-running a failed migration, pruning a backup, or promoting an incremental all call WPVivid's own actions, not direct option writes.

Audience

Who uses SleekView for WPVivid Pro Addons

Ops engineer

Filters outcome equals Failed in the last 24 hours and sorts by action, so backup, migration, and restore failures are clearly separated.

Agency migration team

Uses a Migrations-only view scoped to action equals Migration to track which client sites moved this month and how long each move took.

Release engineer

Saves a Staging-clone view to confirm that pre-release clones still run within the allotted window as production data grows.

The bigger picture

Why Pro Addons needs a grid layer

Pro Addons exists because WPVivid customers want more destinations and more workflows than the free plugin ships with. The unintended consequence is that the history page, designed for a smaller surface area, now has to render mixed actions across many destinations. That is exactly the shape of data a real grid handles well and a flat list handles poorly.

Ops engineers want failed runs in 24 hours; agency migration teams want migrations-only views per client; release engineers want staging clones tracked separately; owners want monthly volume per destination. None of those are saved views the plugin offers today. SleekView reads the same records WPVivid Pro already writes and presents them as a grid that can be sorted, filtered, saved per role, and exported for an audit.

The plugin's backup, restore, and migration engines stay canonical, the encryption stays inside WPVivid, and the only thing that changes is the operational view layer. That is the difference between a backup product with more destinations and a backup operations product that lets you reason about all of them.

Questions

Common questions about SleekView for WPVivid Pro Addons

No. WPVivid owns the backup engine, the encryption, and the cloud credentials. SleekView reads the records the plugin already writes and surfaces them as a grid.

 

Every destination WPVivid Pro Addons itself supports, because the grid reads from the plugin's own record store rather than from the cloud APIs.

 

The action column carries the plugin's job type, so Backup, Migration, Restore, and Staging clone are filterable values rather than visual badges.

 

Yes, by calling WPVivid's own migration action from the row context menu. The grid never bypasses the plugin's CRUD layer.

 

Yes. Staging clones are first-class rows with their own action value, so a Staging-only saved view filters cleanly.

 

The grid paginates server-side against WPVivid's record index, so a year of jobs across many destinations stays interactive.

 

Yes, with per-site and network-wide rollups. The network view aggregates backup size per sub-site for capacity planning.

 

The grid only reads record metadata; archive contents are never opened. WPVivid continues to own export and erasure compliance.

 

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