Skip to content

Latest commit

 

History

History
executable file
·
92 lines (63 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

executable file
·
92 lines (63 loc) · 2.32 KB

Changelog

All Notable changes to laravel-backup will be documented in this file

###2.8.3

  • Further improve the clean up of temporary files.

###2.8.2

  • Improve the clean up of temporary files.

###2.8.1

  • Fixed determining the driver of the database.

###2.8.0

  • The temp backup file will now be explicitly deleted.

###2.7.0

  • Add only-files-option

###2.6.0

  • Display warning when backupping zero bytes

###2.5.1

  • Fix tests

###2.5.0

  • Added option to specify the timeout of the mysqldump command

###2.4.2

  • Fixed an issue where the incorrect backup filename would be displayed

###2.4.1

  • Changed github repo location

###2.4.0

  • Add option to enable mysqldump's extended insert

2.3.2

  • Fixed a bug that caused a failure when backing up a large db

2.3.1

  • Fixed a bug where the backups would not be stored in the right directory

2.3.0

  • Add options to specifify a suffix and a prefix for the backup-zip-file
  • Add support for laravel installation that have seperate hosts for reading a writing a db

2.2.1

  • Fixes issues where not the whole db gets backed up when not using a socket

2.2.0 (Warning: this version contains a critical bug that could cause an incomplete backup of the database. This issue has been fixed in version 2.2.1)

  • Add support for custom sockets

2.1.2

  • Package is now compatible with php 5.4

2.1.1

  • Fixed a bug where the specified path in the config file is not respected during clean up

2.1.0

  • Added a command to clean up old backups

2.0.6

  • Added an option to only backup the db

2.0.4

  • Fixed a bug that caused dot files not being included in the backup

2.0.3

  • Moved orchestra/testbench to dev-dependencies

2.0.2

  • Fixed a security issue where, on shared hosting environments, the username and password show up in the processlist

2.0.1

  • Fixed a bug that caused excluded files to still end up in the backup
  • Added an exception when the database dump returns an empty string

2.0.0

  • Added support to backup directories and individual files
  • Configuration file changed
  • Refactored all classes

1.2.0

  • Added support to backup to multiple filesystems at once

1.1.0

  • Added support for L5's filesystem service

1.0.0

  • Initial release