[SolidMean] ForumBackup

[SolidMean] ForumBackup 1.3.01

No permission to download
Yes, like they mention, seems to be an edge case when ALTER TABLE is used. But I don't think that would be occuring at any time during normal forum operation.
 
For anybody running version 1.1.10 that wants to try using the '--single transaction' option on the database backup that rainmotorsports suggests, upload this file to your xfroot/library/SolidMean/ForumBackup/CronEntry/ directory, replacing the existing one.

This change will be included in the next version. Thanks, @rainmotorsports(y)

This is only for Version 1.1.0. This code will be included in Version 1.1.1 (see below)
 

Attachments

Last edited:
Also, I just found that version 1.1.0 of ForumBackup is not compatible with XenForo 1.2 because the XenForo_Helper_Email::isEmailValid() method doesn't exist in that version.

So, version 1.1.0 requires XenForo 1.3 or higher if you want to get emailed on database backups, otherwise, you'll get an error if you try to set an email.
 
The backup now runs fine. Thanks for the new update:)
Code:
2014-09-20 03:16:39 | INFO | START Code Backup
2014-09-20 03:16:43 | INFO | Backing up code with: tar czvfP /media/usb0/forumbackup_20-09-2014-031643.code.tar.gz /var/www/html 2>> /media/usb0/forumbackup.log
2014-09-20 05:45:27 | INFO | Deleting old code backups...
2014-09-20 05:45:27 | INFO | No code backups to delete...
2014-09-20 05:45:27 | INFO | Verified that code backup exists...
2014-09-20 05:45:27 | INFO | Verified that code backup has data...
2014-09-20 05:45:27 | INFO | END Code Backup
 
SneakyDave updated [SolidMean] ForumBackup with a new update entry:

Update 1.1.1 Code Cleanup, --single-transaction added

This release is a cleanup of some code, not really any new functionality, but if you haven't already included the "--single-transaction" option in my database backup, this version includes that.

09/23/2014: Version 1.1.1 (code cleanup, --single-transaction)
- Added --single-transaction to the mysqldump output params to help innodb table processing, suggested by @rainmotorworks.
- Rewrote some procedural code as better OOP.
- The datetime stamp for the code backup is more accurate.
- Made...

Read the rest of this update entry...
 
Yeah that would be normal. You will need to configure the PHP install on your VPS or dedicated server to allow for exec(). The entire problem is in the error info. If you are on shared hosting read the overview page of the addon.
Thank you :)

After install, all options are on the pages, while in the screens, the options are separated by tabs, it's normal ?
 
When i run backup /code through cron it creates three backups instead of one, also no email was received upon backup completion :D
 
I noticed that the cron job for files backup is scheduled 30 minutes after the database backup. What happens if we restore both latest files and DB. since they are not a snapshot at the same time?
 
I noticed that the cron job for files backup is scheduled 30 minutes after the database backup. What happens if we restore both latest files and DB. since they are not a snapshot at the same time?

On a stock forum you either end up with some missing attachments and avatars if any where added in that 30 min OR the opposite u have files for ones that technically never existed in the database. Counting addons into it u have gallery files etc.

In day to day life the files never change except for attachments and avatars.
 
SneakyDave updated [SolidMean] ForumBackup with a new update entry:

2 annoying bugs fixed. I encourage everybody to upgrade.

Release 1.1.1

Release 1.1.2
10/03/2014: Version 1.1.2 (bug fix)
- Fixed small bug where the database was always being backed up, whether or not that choice was selected in the options.
- Fixed a regression bug whereby the ForumBackup maintenance message overwrote the default maintenance message.
- Fixed bug found by @Adam H whereby the board was still closed for backup even if it was closed for maintenance by admin. This resulted in the backup re-opening the board without the admin knowing. This can also be...

Read the rest of this update entry...
 
Grrrr. just noticed another small bug in this addon.

If you've entered an email address to send a completion report to, the completion report actually goes to the board owner email, not the email chosen. This will be fixed in the next release.
 
I'm not familiar with those, but I'll do some investigation. They're just different compression schemes, like bzip2?

Just catching up on other question, sorry I didn't see them before.
 
Back
Top Bottom