Releases: spatie/laravel-backup
Releases · spatie/laravel-backup
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
3.0.0
Complete rewrite with lots of new features:
- added a new strategy to clean up old backups
- added a monitor to check the health of the backups
- added notifications to keep you informed about the status of the backups
- databases will now be dumped using the separate spatie/db-dumper package
- full documentation is now provided on https://docs.spatie.be/laravel-backup
2.10.0
- Add
list
-command - Make the
dump_command_path
-option a bit more robust
2.9.2
Fix installation error when using Symfony 3
2.9.1
Fixed a bug that prevented to write directly into the root of an S3 bucket
2.9.0
Added support for PostgreSQL