Releases: spatie/db-dumper
Releases · spatie/db-dumper
1.5.1
Removed -d flag from pg_dump in favour of the PGDATABASE environment variable for compability with pgsql 7.3+
1.5.0
- added
includeTables
andexcludeTables
1.4.0
- Added --single-transaction option to Mysql dump command
1.3.0
Added the ability to use insert when dumping a PostgreSQL db
1.2.4
Added more details about a dump failure in the error message
1.2.3
- Fixed an issue where paths containing spaces would cause problems
1.2.2
- Added an option to set a timeout
1.2.1
- Fixed PostgreSQL dump
1.2.0
- Added support for PostgreSQL
1.1.0
- Lower PHP and symfony requirements