All notable changes to db-dumper
will be documented in this file
MongoDb
dumps won't be compressed by default anymore- add
enableCompression
onMongoDb
- fix sqlite dumper
- add support for MongoDB
- prefix excluded tables with database name when dumping a MySql db
- add
--default-character-set
option for MySql - improve the preservation of the used charset when dumping a MySql db
- fix bug where custom binary path with spaces on linux would not process correctly
- add
skipComments
- add support for SQLite
- made a change so the package can be used on Windows
- added
getHost
- fix for dump paths with spaces
- refactored all classes
- added the ability to add artribrary options
- Removed -d flag from pg_dump for compability with pgsql 7.3+
- Added
includeTables
andexcludeTables
- Added --single-transaction option to Mysql dump command
- Added the ability to use insert when dumping a PostgreSQL db
- Added more details about a dump failure in the error message
- Fixed an issue where paths containing spaces would cause problems
- Added an option to set a timeout
- Fixed PostgreSQL dump
- Added support for PostgreSQL
- Lowered PHP and symfony requirements
- Fixed a bug when the backup has failed.
- Added missing abstract
getDbName
-method
- Added missing abstract
dumpToFile
-method
- Fixed typo in
checkIfDumpWasSuccessFul
-method name - Fixed bug running Process
- Initial release