Skip to content

Releases: spatie/laravel-backup

3.3.2

30 Mar 13:54
Compare
Choose a tag to compare
  • excluded node_modules in default backup configuration

3.3.1

29 Mar 20:56
Compare
Choose a tag to compare
  • fix bug in service provider

3.3.0

29 Mar 20:28
Compare
Choose a tag to compare
  • made the pushover sounds configurable

3.2.2

16 Mar 21:49
Compare
Choose a tag to compare
  • made sure that, when a notifier fails, the other notifiers wil still get called

3.2.1

16 Mar 15:14
Compare
Choose a tag to compare
  • fixed a typo in the config file

3.2.0

16 Mar 14:49
Compare
Choose a tag to compare
  • added pushover sender

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