Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exclude tables data in the command interface #375

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

KessoumML
Copy link
Contributor

@KessoumML KessoumML commented Nov 24, 2020

Type of PR enhancement

Description
Added support for excluding tables data from backingup.

Why should this be added
Sometimes we have some tables in the database that are generated automatically and we don't want to backup the data of these tables if the process take a lot of time, instead we'll generate them again automatically.

Explain value.
We gain time when migrating big databases by excluding unneeded tables data.

Fixes #374

Checklist

  • [ok] Tests are passing
  • [ok] Documentation has been added or amended for this feature / update

Sometimes we have some tables in the database that are generated automatically and we don't want to backup the data of these tables if the process take a lot of time, instead we'll generate them again automatically.
@jonathan-s jonathan-s merged commit f38626e into jazzband:master Nov 24, 2020
@jonathan-s
Copy link
Contributor

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exclude some tables data from backup
2 participants