Skip to content

Conversation

ml-kessoum
Copy link
Contributor

@ml-kessoum ml-kessoum 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 Archmonger: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