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

Allow wildcard database in table exclude and add option to dump schema for all tables alongside data dump #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kdebisschop
Copy link

We have multiple servers that serve multiple drupal databases on each. We need to be able to exclude the cache tables in all of those databases. To do this, we need the table exclude to support wildcards.

Further, we need to restore the schema for this excluded tables, so I incorporated the diff at #15 into my PR.

I also fixed a few spelling errors in the comments and errors that shellcheck was highlighting.

@kdebisschop kdebisschop force-pushed the allow-wildcard-database-in-table-exclude branch 3 times, most recently from 4c0a45c to 3ecfde3 Compare February 17, 2022 16:08
allow table exclusions to use database wildcards
fix errors in string construction flagged by shellcheck
@kdebisschop kdebisschop force-pushed the allow-wildcard-database-in-table-exclude branch from 3ecfde3 to e556612 Compare February 17, 2022 16:50
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.

1 participant