Releases: sebastianfeldmann/phpbu
Releases · sebastianfeldmann/phpbu
3.1.4
- Add
ignoreFailedRead
option to the tar
source to handle upload directories that "change" during the backup process - issue #63
3.1.3
- Directory dumps, like the result of mongodump or mysqldump --tab will now be added a
.tar
suffix to make clear that the resulting file is a tar archive
- Added mysqldump
filePerTable
option - issue #61
3.1.2
Fix a bug detecting the mysqldump
command on OSX and some old Linux systems.
3.1.1
- Activated
removeSourceDir
option for Tar
source to remove the uncompressed source directory - issue #51
WARNING:
Be careful with this option, misusage under a privileged user like 'root' could lead
to severe data loss.
3.1.0
- Mask passwords, keys and token in debug and log output - issue #55
3.0.4
Fix PHAR dropbox sync error - issue #57
3.0.3
Fixed a bug in simulation mode crashing phpbu for all uncompressed backup simulations
3.0.2
- Fixed the
mongodump
option for a specific database --db
- issue #56
- Validate that AWS S3 streams are created successfully to prevent false positive reporting for AWS S3 syncs
3.0.1
- A failing check marks a backup as failed - issue #54
3.0.0
- Removed support for PHP < 5.4
- Added simulation mode - see the documentation for details
- Added PostgresSQL backup support - issue #24
- Upgrade Amazon AWS sdk to version 3 - issue #38
- Removed copy.com sync support - issue #48