Skip to content

Releases: spatie/laravel-backup

3.2.1

16 Mar 15:14

Choose a tag to compare

  • fixed a typo in the config file

3.2.0

16 Mar 14:49

Choose a tag to compare

  • added pushover sender

3.1.4

16 Mar 14:30

Choose a tag to compare

  • 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

16 Mar 13:41

Choose a tag to compare

  • 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

14 Mar 18:28

Choose a tag to compare

  • upped the required version of db-dumper to a bug free version

3.1.1

13 Mar 12:07

Choose a tag to compare

  • fixed backup:list-command

3.1.0

13 Mar 07:56

Choose a tag to compare

  • 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

09 Mar 13:09

Choose a tag to compare

improve the console output

3.0.4

08 Mar 21:21

Choose a tag to compare

  • fixed the monitor command in Laravel 5.1 apps

3.0.3

08 Mar 20:31

Choose a tag to compare

  • make backup destinations more robust when using non existing file systems