Skip to content

Releases: spatie/laravel-backup

3.1.4

16 Mar 14:30
Compare
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
Compare
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
Compare
Choose a tag to compare
  • upped the required version of db-dumper to a bug free version

3.1.1

13 Mar 12:07
Compare
Choose a tag to compare
  • fixed backup:list-command

3.1.0

13 Mar 07:56
Compare
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
Compare
Choose a tag to compare

improve the console output

3.0.4

08 Mar 21:21
Compare
Choose a tag to compare
  • fixed the monitor command in Laravel 5.1 apps

3.0.3

08 Mar 20:31
Compare
Choose a tag to compare
  • make backup destinations more robust when using non existing file systems

3.0.2

08 Mar 19:48
Compare
Choose a tag to compare
  • added console output when a backup command fails

3.0.1

08 Mar 18:56
Compare
Choose a tag to compare
  • fixed a bug in the mail and slack notification senders