DOC
How to Transfer a WordPress Subsite into Another Multisite Network
Let’s say you have two WordPress network sites, each with two subsites (subsite A and subsite B). You want to migrate subsite B from the first WordPress network…
Founder
Building WordPress infrastructure tools since 2015
About René Hermenau
I'm René Hermenau, founder of WP STAGING. I've been developing WordPress infrastructure software since 2013, building WP STAGING since 2015, and publishing code on GitHub since 2011.
WP STAGING started as a developer project to solve a problem I kept running into during client work: cloning and migrating WordPress sites safely without breaking serialized data, file paths, media references, or database relationships.
Today, WP STAGING is built and maintained by a team of more than 10 people. The free plugin is used on 100,000+ active WordPress installations, and WP STAGING Pro powers backup, migration, staging, and deployment workflows for agencies, hosting providers, ecommerce stores, and professional WordPress teams.
I'm still hands-on with the codebase, architecture, and technical direction of the product. Much of my work focuses on reliable database exports, memory-efficient processing on large WordPress sites, safe restore workflows, staging-to-production deployments, and reducing the risk of partially written files or database tables during migrations.
On this author page, you'll find technical articles, documentation, and product guides I have written, reviewed, or helped shape with the WP STAGING team.
When you touch code, leave it 10% better than before and write a test.
If you're stuck on a WP STAGING question, start with the documentation. If you hit a bug, file it on GitHub. Our team reads everything that lands there.
Areas of expertise
WordPress backups and restore workflows
WordPress staging sites and cloning
WordPress migrations and site transfers
WordPress database structure and serialized data
Remote Sync and server-to-server WordPress transfers
WP STAGING CLI and local Docker-based WordPress development
Plugin architecture, large-site performance, and safe deployment workflows
At a glance
Role: Founder of WP STAGING
Focus: WordPress backups, staging, migrations, database handling, plugin architecture, and deployment safety
Experience: Developing WordPress infrastructure software since 2013 and building WP STAGING since 2015
Code: github.com/rene-hermenau
DOC
Let’s say you have two WordPress network sites, each with two subsites (subsite A and subsite B). You want to migrate subsite B from the first WordPress network…
ARTICLE
If you want your WordPress website to run faster and rank better in search engines, reducing the number of HTTP requests is essential. Whenever someone visits your site,…
DOC
This article explains how to extract a WP Staging backup on the command line by using the wpstaging cli tool. If you have issues working on the command…
ARTICLE
Are you getting warnings from Google PageSpeed Insights or Lighthouse about your WordPress site’s performance? It is a common issue for many WordPress site owners, and it’s essential…
ARTICLE
If you update your website frequently, install new plugins, or delete unused ones, a MySQL database can contain no longer required orphan data, making accessing the database slow…
DOC
Some hosting setups use an unusual configuration of the owner and permissions of a WordPress website. For example, your hosting setup may use PHP-FPM that runs as the…
ARTICLE
WordPress, one of the most popular content management systems (CMS), regularly releases updates to enhance security, improve performance, and introduce new features. While these updates are beneficial, there…
ARTICLE
A critical request chain is a series of requests that depend on each other and are crucial for page loading. It follows the Critical Rendering Path, which determines…
DOC
Do you use a quality multilingual plugin like WPML, Weglott, Polyglot, or another, and you set up the language settings to use custom folders with the language code,…
ARTICLE
Featured images are an essential element of your WordPress site, enhancing its visual appeal and boosting SEO. However, nothing is more frustrating than discovering your featured images don’t…
Clone, stage, and back up WordPress sites in seconds. Built and maintained by Rene Hermenau and team.