Easy WordPress backups using Updraft
Why backups?
If you are running WordPress to host anything serious, you probably are asked, talked about, or want to have a backup solution. Regardless of a serious site or a hobby project, you will be putting some time and effort into building it and continue creating content. In this day and age, itâs unthinkable to not have a backup of your site.
There are much more complex backup solutions out there, but most likely, you are using a somewhat managed hosting solution. Most hosting companies have their own out-of-the-box backup solutions. You can explore these options. But if you want to find a cost-free or low-cost or more flexible option, keep reading đ
Iâm going to dive into my recommendation of the Updraft plugin first, then talk about a few key points I pay attention to and how updraft is handling these.
Updraft makes it easy
Updraft is a full backup solution for WordPress sites. It has a lot of controls you can configure your backups in different windows, what to backup, where to store, how to notify admins, and more.
Aside from these generic topics, there are three larger, key topics I want to talk about, that itâs most important to me when I consider backup solutions.
What and when to backup?
The most common topic to think about when designing backup strategies is what you want to back up and with what frequency. Updraft comes with a 2 tier schedule we really like. We set one of them to take full backups every week and retain the last 2 copies of this âfull backupâ these backups are basically our full ârestoreâ points.
Then we set the second tier schedule to run every day, take database, and /uploads folder backup. On some sites where we donât have many new uploads happen and if we have a huge historical media library, we skip the uploads and only take database backups daily and we retain daily backups for 14 days. This means we can restore a full backup from the beginning of the week (that includes plugins and all other stuff) and then cherry-pick a specific day in the last 14 days if we want to roll back to a particular date.
Back up, restore, and migrate easily
The reason you are wanting to have backups is at the end of the day, to be able to restore it easily in case you lose your server. Stuff happens right?
When that happens, it matters how easily/quickly restore your backup to a fully functional state. In WordPress site terms, it means everything including your posts, assets (media library), plugins to be installed, and plugin configurations as well. Weâre basically looking for a full site restore.
One of the reasons I really like Updraft is because it handles full backup restore with a few clicks.
As part of the ârestorationâ process, Updraft doesnât care if you are restoring the backup files to the exact same domain or a new one. This actually makes Updraft a great âmigrationâ or âcloningâ tool. We have utilized Updraft in my team to clone production sites to create staging or test copies easily. There are more specialized solutions for this but Updraft already handles these needs, so one plugin does many things for us.
When migrating to a new domain, updraft detects if the target WordPress URL is different than the source where the backup it has taken from, and it asks if you want to update the URL references (there are tons, in WordPress DB) with the new URL. This is also another pain point when moving sites between different domains.
A usual workflow is to work on the dev or staging version of a website then when ready, clone this to the production version. Updraft makes this process really easy for us.
On the server - off-site?
Another key topic is where the backups will be stored. By default, any backup solution will create backup files in the same server. Itâs helpful to have backups on the same server, because itâs less configuration, fasterâŠBut thatâs not why weâre taking backups in the first place. The âworst-caseâ scenario weâre preparing ourselves for is if we lose access to our server altogether. Thatâs why itâs very important for a backup strategy to include the backups storage to be off-site (out of the server), or even complete a separate region or even further to keep them in a different cloud provider. What if a whole AWS region goes out? (unlikely but it happens).
Updraft supports many cloud storage providers and protocols. I used AWS 3, Google Drive, Dropbox, (S)FTP targets with Updraft plus, and their configurations are really easy.
Beware most of these integrations will require the paid version âPlusâ which is an annual subscription but you pay for plugin updates. In my opinion, itâs very affordable given the amount of manual work it removes from the engineerâs hands. We happily pay for an agency license and use it on all of our WordPress sites.
Bonus: Automatic backups before updates
For a regular, not tech-savvy user, there is a feature of updraft that I really like that shows a pop-up every time the WordPress admin tries to perform an update in the WordPress dashboard.
The pop-up basically reminds us that if the user wants to take a backup before proceeding with updates. One of the most common reasons your WordPress site will break is when you update your plugins. Your plugins may not be careful with backward support and/or they may miss a buggy use case that you are using their plugin with. When the update happens, your site reading behavior may be impacted, or even page rendering that will basically break your pages which is more serious. When this happens, Updraftâs notice that takes a backup before performing updates which will be a reference point for you to restore in case needed.
Of course, this option is configurable and Updraft makes it prominent for WordPress admin to change this behavior:
Disclaimer: This post contains affiliate links that will help support this site. Even though it looks like a promoted post, I genuinely love, use and recommend Updraft free or paid plugins/services. I would have published exact same post even if I wasnât using affiliate links.
Related Posts
- 9 min readAstro vs WordPress: A Performance Comparison After Migrating My Blog
- 8 min readI moved my blog from WordPress to Astro
- 2 min readDuplicati for Backups
- 5 min readUsing wp-rocket to speed up your wordpress site
- 1 min readPortable Wordpress with SQLite instead of MySQL
- 3 min readAt least do this for securing your Wordpress site as a quick win, use Wordfence
Share