Skip to content

Releases: spatie/db-dumper

2.0.1

17 Sep 13:45
Compare
Choose a tag to compare
  • fix for dump paths with spaces

2.0.0

07 Sep 08:09
Compare
Choose a tag to compare
  • refactored all classes
  • added the ability to add artribrary options

1.5.1

14 Jun 13:24
Compare
Choose a tag to compare

Removed -d flag from pg_dump in favour of the PGDATABASE environment variable for compability with pgsql 7.3+

1.5.0

01 Jun 20:50
Compare
Choose a tag to compare
  • added includeTables and excludeTables

1.4.0

27 Apr 20:50
Compare
Choose a tag to compare
  • Added --single-transaction option to Mysql dump command

1.3.0

03 Apr 21:08
Compare
Choose a tag to compare

Added the ability to use insert when dumping a PostgreSQL db

1.2.4

24 Mar 20:52
Compare
Choose a tag to compare

Added more details about a dump failure in the error message

1.2.3

18 Mar 10:44
Compare
Choose a tag to compare
  • Fixed an issue where paths containing spaces would cause problems

1.2.2

16 Mar 14:07
Compare
Choose a tag to compare
  • Added an option to set a timeout

1.2.1

14 Mar 17:54
Compare
Choose a tag to compare
  • Fixed PostgreSQL dump