Releases: spatie/laravel-backup
Releases · spatie/laravel-backup
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
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.