backup icon indicating copy to clipboard operation
backup copied to clipboard

Ability to specify an individual table for dump

Open nickrouty opened this issue 6 years ago • 3 comments

nickrouty avatar Mar 30 '18 18:03 nickrouty

@paulvl Thanks for putting this package together! I'd been using shell scripts, and love that I can now do it through artisan. My pull request is to add the ability to define a single table for dump, rather than the full database. Hopefully it can be of use to the community.

nickrouty avatar Mar 30 '18 18:03 nickrouty

Hey mate! I did a PR https://github.com/paulvl/backup/pull/25 including the ability to dump only specific tables (1 or more) or ignore specific tables (all except the ones defined by the argument). Give it a look, what do you think?

Warafux avatar Aug 08 '18 07:08 Warafux

as @Warafux says he proposed the hability to dump more than 1 table on PR #25 it will be merged on version 4.

paulvl avatar Aug 20 '20 23:08 paulvl