Releases: spatie/laravel-backup
Releases · spatie/laravel-backup
3.6.1
- refactored wildcard support
3.6.0
- add support for wildcards in excluding paths
3.5.0
- add support for dumping a mysql db using a single transaction
3.4.4
- fixed the capitalization of
CleanupWasSuccessful
3.4.3
- the
port
configuration of a postgresql db will now be used when dumping the db
3.4.2
- the port configuration of a mysql db will now be used when dumping the db
3.4.1
- fixed the --only-to-disk option in backup:run
3.4.0
- added the ability to use inserts when dumping a PostgreSQL db
3.3.3
- fixed a bug where the error events would not hold the exceptions in the right variable
3.3.2
- excluded node_modules in default backup configuration