Releases: spatie/laravel-backup
Releases · spatie/laravel-backup
3.1.4
- added an option to specify a timeout for the database dumpers
- fixed a bug where notifications for certain events would not be sent
3.1.3
- added an option to specify a custom mysqldump or pg_dump path, by adding
dump_command_path
in the database configuration file, for that particular database
3.1.2
- upped the required version of
db-dumper
to a bug free version
3.1.1
- fixed
backup:list
-command
3.1.0
- added support for PostgreSQL
- added an option to the backup command to backup only to a specified diskname
- renamed "filesystems" to "disks" in the config file, console output, events and error messages (in a non-breaking way, the old "filesystems" key will still work)
3.0.5
improve the console output
3.0.4
- fixed the monitor command in Laravel 5.1 apps
3.0.3
- make backup destinations more robust when using non existing file systems
3.0.2
- added console output when a backup command fails
3.0.1
- fixed a bug in the mail and slack notification senders