ARTICLE
Linux & Docker Commands Reference & Troubleshooting
We’ve published these commands for our developers for reference purposes. They are publicly visible as it might be helpful for other developers as well: Docker #stop all containers:…
Founder
Building WordPress infrastructure tools since 2015
I'm René Hermenau, founder of WP STAGING. I've been building WordPress infrastructure software since 2013 and writing code on GitHub since 2011. My repos live at github.com/rene-hermenau.
WP STAGING started as a small developer project solving the same problem I kept hitting on client work: there was no fast, safe way to clone a WordPress site for staging or migration without breaking serialized data, file paths, or media references.
Today we are a team of more than 10 people. The free plugin runs on hundreds of thousands of WordPress installations, and the Pro version powers backup, migration, and staging workflows for agencies, hosting platforms, and ecommerce stores.
I'm still hands-on with the codebase and technical architecture. Our releases are built as a team, but many of the core architectural decisions are ones I helped design, test, and evolve over the years: how we handle large database exports, how we keep memory usage flat on multi-GB sites, and how we make migrations atomic against partially written tables.
"When you touch code, leave it 10% better than before and write a test."
If you're stuck on a WP STAGING question, the docs are at wp-staging.com/docs. If you hit a bug, file it on GitHub at github.com/wp-staging. Our team reads everything that lands there.
ARTICLE
We’ve published these commands for our developers for reference purposes. They are publicly visible as it might be helpful for other developers as well: Docker #stop all containers:…
DOC
Do you get the error “CURL ERROR 7 Failed to connect to Permission denied”? That usually means the firewall or another module in your server blocks the outgoing…
ARTICLE
When you use a staging website for developing or testing purposes, you might be confronted with the question of what is the best way to protect your staging…
ARTICLE
WordPress is the most popular content management system and website builder. That’s the reason why it is also the most attractive platform for bad guys and malicious plugins…
DOC
Question: If I want to show a client some changes I made to the website in the staging area, is it possible for them to access this in some…
DOC
Question: Is it possible to export certain changes to the live domain? For example theme files, CSS changes or pages? Answer: There is no automatic mode which detects changes…
DOC
Question: Once we update plugins or themes, can we PUSH and select all files and all database tables? Answer: As long as you did not change any…
DOC
Did you get the error message “Stripe token missing at checkout” while you try to check out the purchase? This problem can occur if your browser cache data conflicts…
ARTICLE
If the language collation of your production and staging site database server is different you can use the MySQL query below to create a new query that allows you…
DOC
Question: Right now my site is showing an available update to a premium plugin/theme on my live site, but it’s not showing any available update on the staging…
Clone, stage, and back up WordPress sites in seconds. Built and maintained by Rene Hermenau and team.