Skip to content

Ignore some tables #24

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

Closed
nicooprat opened this issue Nov 14, 2013 · 3 comments
Closed

Ignore some tables #24

nicooprat opened this issue Nov 14, 2013 · 3 comments
Assignees

Comments

@nicooprat
Copy link

Hi. It would be great to be able to ignore some tables. For example, I've a Wordpress with the Relevanssi plugin installed, which is kind of a big search index; it doesn't have any value for the developer and it's really slowing down the process.

I'd love something like :

options {
    ignoreTables: 'wp-relevanssi,[...]',
    ...
}

Do you think it's possible ?
Thanks.

@getdave
Copy link
Owner

getdave commented Nov 14, 2013

@nicooprat Thanks for raising this. I think that's a great idea. We can achieve it via

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_ignore-table

This one goes on the list! If you'd like to contribute please let me know.

@ghost ghost assigned getdave Nov 14, 2013
@nicooprat
Copy link
Author

Thanks ! I'd love to help, but I don't think I have the competences... I'll wait ;)

nicooprat pushed a commit to nicooprat/grunt-deployments that referenced this issue Dec 9, 2013
Also updated Readme and bumped version number.
nicooprat pushed a commit to nicooprat/grunt-deployments that referenced this issue Dec 11, 2013
Also updated Readme and bumped version number.
@getdave
Copy link
Owner

getdave commented Jan 2, 2014

This feature has been added.

Kudos to @nicooprat for the work.

@getdave getdave closed this as completed Jan 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants