Can I restore if my site is already down?
Yes. WP Staging Restore runs without a working WordPress admin, and can install WordPress onto an empty server first. It comes with the Developer and Agency plans.
Read the restore docs
Do I need a licence to use WP Staging Desktop?
No. Desktop is free and needs no account. A Developer or Agency licence adds restoring from a remote URL and pulling a production site.
Go to WP Staging Desktop
Which plan do I need for the CLI?
Developer or Agency. Both also include Remote Sync and the connected Desktop workflows.
Go to the CLI page
Can I change how a push behaves?
Yes. Actions and filters cover exclusions, search-replace rules and what runs after a push finishes.
Read about actions and filters
My hosting provider already gives me backups and staging. Why do I need WP Staging Pro?
Host backups usually live on the same account they protect and restore the whole server-side snapshot, and host staging rarely lets you publish only the files and tables you approved. WP Staging Pro keeps the backup where you choose, including your own cloud storage, restores onto any host, and pushes a reviewed selection back to production. It also behaves the same on every host, so moving a client does not change the workflow.
I already use another backup plugin. Why would I need WP Staging Pro?
Backing up is one part of the job. The same licence also creates the staging site, pushes the approved changes back to production, migrates the site to another server, and restores it, including when WordPress will not load at all. One tool across those steps means one recovery path to rehearse rather than several that meet only in an emergency.
Read the restore docs
Why not just repeat my staging changes manually on production?
Because the second run is a different run. Repeating the steps by hand on the live site is where the untested variation happens, usually under time pressure. Push to live moves the exact files and database tables you selected on staging, and leaves the live data you did not select, such as orders and comments, in place. It comes with the Business plan and above.
Can I use WP Staging Desktop without AI?
Yes. Desktop is an ordinary local development app: create sites, restore a backup into one, switch the PHP or WordPress version, open wp-admin. Nothing in it requires an AI agent, and the full production-to-local workflow can be run by hand from start to finish.
Can I use AI without giving it access to my client's production website?
Yes, and that is the point of pulling the site down first. The agent works against the local copy on your machine, which holds the real database and the real plugin set. Production is not part of that loop, and nothing reaches the live site until you deliberately push or deploy.
Why does an AI agent need WP Staging CLI instead of just doing the migration itself?
It does not need it, but without it the agent reinvents the infrastructure every time: database export and import, URL and serialised-data rewriting, file layout, PHP version, backup extraction. The CLI turns those into named commands with defined outcomes that behave the same in every project, so the agent spends its reasoning on your actual task instead of on the plumbing.
Go to the CLI page