Wordpress backup with Updraft to Digital Ocean
To create a backup of your Wordpress site with UpdraftPlus to Digital Ocean, you can use the following steps which assume you have already got a Bucket setup and have the necessary permissions and Access Keys to upload to it:
- Install the UpdraftPlus plugin and activate it.
- In Wordpress admin interface, go to
UpdraftPlus > Settings - In the settings for
Choose your remote storage (as many as you like):click to selectS3 Compatible (Generic) - In the S3 Compatible (Generic) settings, enter the following from your Bucket details:
- S3 Access Key:
your access key - S3 secret key:
your secret key - S3 location: domain name of site being backed up e.g.
wordpress.wurk.houseand this will be the folder name in the storage - S3 end-point: Bucket endpoint e.g.
https://s3.lon1.digitaloceanspaces.com
- S3 Access Key:
- Once this is done, click on the
Test S3-Compatible (Generic) Settingsbutton and you will see a message that the connection is successful - if it fails check all settings are correct. - Now click on
Save settingsand you should be good to go. - You can now configure auto backup settings in the UpdraftPlus settings page.
- You can also go to
UpdraftPlus > Backup / Restoreand clickBackup Nowand it will start the manual backup process. Ensure that option forSend this backup to remote storage (...)is checked to send the backup to your DO storage.