Back by popular demand, is my backup system. I wasn't planning on releasing this one, but a lot of people asked me for it, since there weren't any other solutions for XF2. This addon will run a scheduled backup of your XenForo database.
Before you buy this addon however, you must be aware of a few requirements. This addon uses PHP's exec command to run MySQL's mysqldump command. If you're running off a shared hosting service, you may not have access to these powerful tools and be unable to use this addon.
Basic Features :
Lien officiel : XF2 [8WR] Database Backup
2.1.0.3 - CHANGELOG
2.1.0.4 - CHANGELOG :
- Fixed a bug that would prevent you from making database backups if your database password had specific oddball characters in it.
2.1.0.5 - CHANGELOG :
- There is now an option split database and file structure backups into multiple files. This will help get around file size restrictions to various third party backup solutions.
Télécharger V2.1.0.5 :
Version 2.1.0.6 - CHANGELOG
- Remote backup options have been redone so you can now upload to multiple different backup services at once. So you can have your remote backups upload to both Amazon and BackBlaze at the same time if you wanted to. You will need to re-enter your remote backup options for this new version.
- The Amazon SDK had to be updated in order to resolve an issue that occurred due to XF2.2 upgrades. I don't know if Amazon S3 backups will still work on XF2.1 after this. Let me know.
- BackBlaze meta notes will no longer list the secret app key in the file.
Version 2.1.0.7 - CHANGELOG
- FTP Backup now has an SSL option. Requires the ftp_ssl_connect function.
- Fixed missing phrases.
Télécharger V2.1.0.7 :
Version 2.1.0.8 - CHANGELOG
- Dropbox : Updated integration to support their new OAuth refresh tokens. Dropbox is getting rid of permanent app tokens; even though their app console still allows you to create new app tokens, they expire after 4 hours. To solve this, the integration has to be changed to get offline refresh tokens.
- After setting your Dropbox Application Key/Secret in the admin CP and clicking save, a new option will appear underneath them with a link to request an authorization access token. Click that link, approve your app to access your Dropbox account, insert the code they give you in the new access token field, click save, and then IMMEDIATELY run a backup as your access token will expire within 15 minutes.
- During this first immediate backup, the integration will fetch a refresh token based on that authorization access token. This refresh token is stored in you XenForo simple cache and never expires.
- BUG FIX : fixed a macro renderer error. I don't remember what this error was, but apparently I fixed it a year ago and never released the update for it.
Télécharger V2.1.0.8 :
Version 2.1.0.9 Changelog :
This release is identical to 2.1.1.0, except it explicitly defines the requirement XF2.3.
2.1.1.0 has been removed to avoid confusion with compatibility as it does not work with XF2.2.
If you installed the previous version of this addon, on PHP 8.1+ and have lost access to your forum, add the following to your config.php:
Remove the line after you've upgraded to this new version.
Télécharger V2.3.0.1 :
Before you buy this addon however, you must be aware of a few requirements. This addon uses PHP's exec command to run MySQL's mysqldump command. If you're running off a shared hosting service, you may not have access to these powerful tools and be unable to use this addon.
Basic Features :
- Automated XenForo database and file structure backup.
- Ability to close forums during the backups process.
- Define mysqldump and tar custom option flags.
- Separate backups into multiple files or a single package.
- Compress backups using Gzip, Bzip2 or Xz.
- Upload backups directly to Amazon S3, BackBlaze or Dropbox.
- Backup history and logs viewable from the Admin CP.
- Follows the basic XF addon procedures:
Add-ons - XenForo 2 Manual
Lien officiel : XF2 [8WR] Database Backup
2.1.0.3 - CHANGELOG
- Changed how logging works. The logs will now be more informative on how long it takes to do specific steps, and where it stopped, if for any reason.
- Added some PHP behavioral commands to the backup step. Hopefully this will prevent some timeouts for some forums.
2.1.0.4 - CHANGELOG :
- Fixed a bug that would prevent you from making database backups if your database password had specific oddball characters in it.
2.1.0.5 - CHANGELOG :
- There is now an option split database and file structure backups into multiple files. This will help get around file size restrictions to various third party backup solutions.
Télécharger V2.1.0.5 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 2.1.0.6 - CHANGELOG
- Remote backup options have been redone so you can now upload to multiple different backup services at once. So you can have your remote backups upload to both Amazon and BackBlaze at the same time if you wanted to. You will need to re-enter your remote backup options for this new version.
- The Amazon SDK had to be updated in order to resolve an issue that occurred due to XF2.2 upgrades. I don't know if Amazon S3 backups will still work on XF2.1 after this. Let me know.
- BackBlaze meta notes will no longer list the secret app key in the file.
Version 2.1.0.7 - CHANGELOG
- FTP Backup now has an SSL option. Requires the ftp_ssl_connect function.
- Fixed missing phrases.
Télécharger V2.1.0.7 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 2.1.0.8 - CHANGELOG
- Dropbox : Updated integration to support their new OAuth refresh tokens. Dropbox is getting rid of permanent app tokens; even though their app console still allows you to create new app tokens, they expire after 4 hours. To solve this, the integration has to be changed to get offline refresh tokens.
- After setting your Dropbox Application Key/Secret in the admin CP and clicking save, a new option will appear underneath them with a link to request an authorization access token. Click that link, approve your app to access your Dropbox account, insert the code they give you in the new access token field, click save, and then IMMEDIATELY run a backup as your access token will expire within 15 minutes.
- During this first immediate backup, the integration will fetch a refresh token based on that authorization access token. This refresh token is stored in you XenForo simple cache and never expires.
- BUG FIX : fixed a macro renderer error. I don't remember what this error was, but apparently I fixed it a year ago and never released the update for it.
Télécharger V2.1.0.8 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 2.1.0.9 Changelog :
- All composer vendor packages have been upgraded with this release. If you are having issues, try deleting all the files in
src/addons/EWR/Backup/vendor - before uploading these new files.
- If you use BackBlaze for remote backups, please redo your settings in the AdminCP for that service.
cwhite92/b2-sdk-phpfor BackBlaze has been dumped and replaced withobregonco/backblaze-b2, as it has not been updated since 2017 and was started to cause issues for some administrators.
This release is identical to 2.1.1.0, except it explicitly defines the requirement XF2.3.
2.1.1.0 has been removed to avoid confusion with compatibility as it does not work with XF2.2.
- BUG FIX: The Amazon AWS SDK has been updated to remove the abandoned Tightenco library.
If you installed the previous version of this addon, on PHP 8.1+ and have lost access to your forum, add the following to your config.php:
PHP:
$config['enableListeners'] = false;
Télécharger V2.3.0.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.

