Knowledge BaseWordPressHow to use the WordPress staging environment
WordPress

4 min read

How to use the WordPress staging environment

Create a private staging clone of your live site, test changes, and push them live safely.

WordPress Staging Environment

A staging site is a private copy of your live WordPress installation. Make changes, test plugins, and update themes safely before pushing to production.

Staging is available on WordPress Business and Agency plans.

Creating a staging site in Plesk

  1. Log in to Plesk
  2. Go to WordPress
  3. Find your WordPress installation and click Clone
  4. Choose a staging subdomain (e.g. staging.yourdomain.com)
  5. Click Clone — Plesk copies all files and the database

Working on staging

The staging site is password-protected by default so visitors can't access it. Make your changes, test thoroughly, and when ready, push changes to production.

Pushing staging to production

  1. In Plesk → WordPress, find your staging site
  2. Click Push to Production
  3. Choose what to sync: files, database, or both
  4. Confirm — your live site is updated
Best practice: Always create a backup before pushing staging to production.