Table of Contents

Install and Set the MainWP UpdraftPlus Extension

Installation of the MainWP UpdraftPlus Extension requires two important steps:

  • Installing the Extension itself on your MainWP Dashboard site
  • Installing the UpdraftPlus plugin on Child Sites

Installing the Extension

The MainWP UpdraftPlus Extension needs to be installed only on your MainWP Dashboard site. You can install it as any other MainWP Extension.

Installing the Plugin

For the proper use of the MainWP UpdraftPlus Extension, you need to install the UpdraftPlus Plugin on your child sites.

Install from MainWP Dashboard

  1. Login in to your MainWP Dashboard
  2. Go to the MainWP > Plugins > Install > Upload page
  3. Click the Upload Now button
  4. Upload the UpdraftPlus plugin
  5. Select your child sites
  6. In the Installation Options box, make sure that the Activate after installation option is selected.
  7. Click the button to complete the installation.
  8. Once the installation is complete, Sync your MainWP Dashboard.
For additional help with installing WordPress plugins from the MainWP Dashboard, please review this help document.

Install directly on Child Site

  1. Login into your child site
  2. Go to the WP > Plugins > Add New page
  3. Click the Upload Plugin button
  4. Upload the UpdraftPlus plugin
  5. Click the Install button
  6. Click the Activate button
For additional help with installing WordPress plugins, please review this help document.

Important Note

After installing the UpdraftPlus plugin, it is required to Synchronize your sites so your MainWP Dashboard becomes aware that the plugin has been installed and activated.

UpdraftPlus Backups Dashboard

From the MainWP > Extensions > UpdraftPlus > Overview page, you can monitor all of your child sites where you have the UpdraftPlus plugin installed. In the sites list, you will be notified if the plugin has an update available or if the plugin is deactivated.

  • In case the plugin is not activated, the Activate action will appear in the corresponding site row.
  • If there is a new version of the plugin, the Update action will appear in the corresponding site row.

Available Actions

From the MainWP > Extensions > UpdraftPlus > Overview page, you can hide/unhide the UpdraftPlus plugin on your child sites, quickly access the plugin settings on a child site or the WP Admin section. Actions are provided in the actions menu.

Important Notes

If you know that you have the plugin installed on a child site, but the child site doesn’t appear in the list, try to re-sync your sites.

UpdraftPlus Settings

MainWP UpdraftPlus Extension allows you to manage UpdraftPlus Plugin settings on your child sites. From the settings tab, you can set the following options for your child sites.

  • Files Backup Schedule
  • Database Backup Schedule
  • Include/Exclude Files from Backups
  • Database options
  • Notifications
  • Set Remote Storage options
    • Note: Due to security reasons imposed by the providers of remote storage options, some of them may need to be authenticated on the child site itself. After that initial authentication, the rest of the setup can be performed via MainWP Dashboard.
  • Advanced Debugging Options

If you use the Premium version of the UpdraftPlus Plugin, make sure the Use Premium Version is set to YES. This will show you premium version options.

Install and Set the MainWP UpdraftPlus Extension 1

UpdraftPlus Settings per Child Site

All UpdraftPlus Settings can be set separately for different child sites. To do this, go to the MainWP > Sites page, and in the sites table, under the child site URL, you can find the UpdraftPlus Backup/Restore link. This link will open Individual site UpdraftPlus Options.

The Settings tab will show you all plugin options to set custom settings for the child site. To override global options, set the Override General Settings to YES and click the Save button.

MainWP UpdraftPlus Extensions Backup/Restore

To backup your child site with the MainWP UpdraftPlus Extension

  1. go to the MainWP > Sites > Manage Sites page
  2. Locate the site that you want to backup and click Edit action
  3. Go to the UpdraftPlus tabInstall and Set the MainWP UpdraftPlus Extension 2

 

You can get to the UpdraftPlus Backups tab from various places. In the extension settings page, in all provided tables, you will find the Backup Now link. It will lead you directly to the child site backup page.

On the backup child site UpdraftPlus Backups page on the Status tab:

Install and Set the MainWP UpdraftPlus Extension 3

You will find the Backup Now and Restore buttons.

To create a Backup of your child site, click the Backup Now link.

To restore a backup of your child site, click the Restore button, and follow the process.

 

udp-buttons

Schedule Backups With MainWP UpdraftPlus Extension

MainWP UpdraftPlus Extension allows you to schedule your backups easily. To set scheduled backups, go to the Extension Settings page and locate the File Backups Intervals and the Database Backup Intervals options.

Install and Set the MainWP UpdraftPlus Extension 4

Set the frequency of the wanted backup and click the Save Settings button at the bottom of the page.

To see your schedule status, go to the Scheduled Backups tab, and check the times in the provided table.

Install and Set the MainWP UpdraftPlus Extension 5

To be sure you see the fresh data, select wanted sites, and click the Reload Data button.

Make UpdraftPlus Extension Your Primary Backup System

If you want to use your extension as a primary Backup feature, go to the MainWP > Settings page. In the Backup Options box, locate the Select Primary Backup System option, and from the dropdown, select the MainWP UpdraftPlus Extension.

Setting the UpdraftPlus as a primary backup option as primary will make some changes to your dashboard.

  1. The Backup Now link in the Manage Sites page will replace the extension’s Backup Now link.
  2. The Schedule Backup link in the MainWP menu will be replaced with the Existing Backups link, which leads to the extension page, where you can see all your backups.
  3. The original backup settings from the MainWP > Settings page will be removed.

How to Authenticate UpdraftPlus With the Dropbox Remote Storage

This tutorial is taken from the UpdraftPlus Documentation

How can I use my own Dropbox app?

N.B. This question talks about Dropbox “apps,” meaning developer applications configured at https://www.dropbox.com/developers/apps.It’s nothing to do with your Dropbox “app” on an iPhone, tablet, PC, etc. It’s a question for advanced users and developers.

If you don’t want to use the default UpdraftPlus app, which stores data in (and only has access to) the folder apps/UpdraftPlus in your Dropbox, then you can do the following. This includes being able to use any path in your Dropbox (i.e., not restricted just to the app folder – though, it’s better to stay restricted, for security):

1. Login at www.dropbox.com

2. After logging in, visit https://www.dropbox.com/developers/apps

3. Click the ‘Create App’ button

4. Choose the “Dropbox API app” and then choose “Files and datastores.” If you want to go outside the “apps” folder, then also choose “My app needs access to files already on Dropbox” and “All file types.” Call the app with any label you like (it’s just a label). Finally, press “Create App.”

5. The next screen will be shown an ‘App key’ and ‘App secret.’ Using FTP, a folder (if it does not already exist) in your WordPress install, wp-content/mu-plugins (i.e., go into wp-content, and create a sub-folder mu-plugins). Create a file in that folder called “ud-dropbox-app.php” (actually, the name does not matter as long as it ends in .php). Use the contents below for that file, but change the key and secret values below for those shown to you on the Dropbox website(leave the single quotes intact):

If you were using an app that has access to the entire Dropbox, then prefix dropbox: onto the key; i.e. ‘dropbox:key-shown-on-dropbox-website’

6. If your WordPress site now has the blank screen of death when you visit it, you introduced a typing mistake in step 5. Go back and correct it! (You can remove the file immediately to get the website back).

7. Now, visit the UpdraftPlus settings page in your web browser. Go to the Dropbox settings, and it should now show the Dropbox app key and app secret in the settings.

8. If you were using a whole-Dropbox app, you could now edit the “Store at:” setting, and it should be shown + interpreted as a full Dropbox path – i.e., it should not show ‘apps/UpdraftPlus’ on the front. (It’s the “dropbox:” bit in the app key setting above that does this).

9. After pressing “Save Changes,” you should then go down to the Dropbox settings again and click on the authenticate link (in the ‘Authenticate with Dropbox’ section). This will then connect you to your created Dropbox app.

Still Have a Questions?
Search for additional solutions in the MainWP Community or start your own discussion