Skip to content

Releases: sebastianfeldmann/phpbu

3.1.4

20 May 07:26
Compare
Choose a tag to compare
  • Add ignoreFailedRead option to the tar source to handle upload directories that "change" during the backup process - issue #63

3.1.3

10 May 11:36
Compare
Choose a tag to compare
  • 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

29 Feb 18:27
Compare
Choose a tag to compare

Fix a bug detecting the mysqldump command on OSX and some old Linux systems.

3.1.1

27 Feb 21:27
Compare
Choose a tag to compare
  • 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

22 Feb 00:22
Compare
Choose a tag to compare
  • Mask passwords, keys and token in debug and log output - issue #55

3.0.4

19 Feb 22:17
Compare
Choose a tag to compare

Fix PHAR dropbox sync error - issue #57

3.0.3

13 Feb 23:01
Compare
Choose a tag to compare

Fixed a bug in simulation mode crashing phpbu for all uncompressed backup simulations

3.0.2

11 Feb 07:10
Compare
Choose a tag to compare
  • 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

08 Feb 23:13
Compare
Choose a tag to compare
  • A failing check marks a backup as failed - issue #54

3.0.0

07 Feb 20:48
Compare
Choose a tag to compare
  • 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