Category Uncategorized

Hacktoberfest 2018

Hacktoberfest is here. It’s the 5th year running, and the first one I’ve participated in. The challenge is simple, complete five pull requests on any Github open source project during October and get a free t-shirt. That means there are…

WP Engine to Kinsta Bulk Migration Tips

Last month I moved 100 WordPress sites from WP Engine to Kinsta. The following are some things I learned and recommendations for doing bulk migrations from WP Engine to Kinsta. Warning: Transfer no more then 10 sites per hour per…

All of the Small Things Kinsta Gets Right

First off I’m a power user. I personally use both Kinsta and WP Engine for hosting my customer’s sites. They are both fantastic companies and have their own pros and cons. The longer I use Kinsta the more I’m realizing…

Automatic Git Deploy with Kinsta via SSH

Kinsta is my preferred WordPress host provider. This year I’ve switched all my new customers to Kinsta. Coming from WP Engine, one feature I miss is a per site git URL which will automatically deploy updates whenever a git push is run…

Speeding up Extracting a Site from Multisite

Last year I wrote about Extracting a Site from Multisite. The real tedious part is manually moving themes, plugins and uploads relating to a particular subsite over to a standard WordPress install. Luckily this can be automated using bash and…

Concurrent Site Monitor in Bash

Something that’s important for every website is a site monitor, and a great tool for getting started is Jetpack Monitor. It’s free and sends out an email notification whenever downtime is detected. If you want more control and flexibility over downtime…

Removing Sensitive Data from Git Repos

If you’ve ever worked with git for a WordPress project, you may at some point accidentally added private keys and other sensitive data into the repo. It’s easy to do especially when your working on a project that you’re not…

Working with WP Engine’s Legacy Staging

WP Engine is one of the main web hosts I use for Anchor Hosting. They recently announced new staging and development environments which will eventually make the existing staging site feature obsolete. In fact they now call staging “Legacy Staging”. During…