Skip to content

Releases: spatie/laravel-backup

3.0.2

08 Mar 19:48

Choose a tag to compare

  • added console output when a backup command fails

3.0.1

08 Mar 18:56

Choose a tag to compare

  • fixed a bug in the mail and slack notification senders

3.0.0

07 Mar 18:33

Choose a tag to compare

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

25 Feb 20:34

Choose a tag to compare

  • Add list-command
  • Make the dump_command_path-option a bit more robust

2.9.2

08 Jan 19:42

Choose a tag to compare

Fix installation error when using Symfony 3

2.9.1

08 Jan 17:49

Choose a tag to compare

Fixed a bug that prevented to write directly into the root of an S3 bucket

2.9.0

04 Jan 18:13

Choose a tag to compare

Added support for PostgreSQL

2.8.3

23 Nov 23:01

Choose a tag to compare

Further improve the clean up of temporary files.

2.8.2

23 Nov 22:10

Choose a tag to compare

Improve the clean up of temporary files.

2.8.1

05 Nov 19:13

Choose a tag to compare

  • Fixed determining the driver of the database