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

gh-ost should display a warning if it's run against a table with triggers defined #141

Closed
cswingler opened this issue Aug 5, 2016 · 2 comments
Assignees

Comments

@cswingler
Copy link

From the docs:

Triggers are not supported. They may be supported in the future.

The output of gh-ost should probably mention this as at least a warning if it detects any triggers on the table to be altered. As it stands now, it silently leaves them attached to the old table, and if --ok-to-drop-table is defined, silently deletes them.

@shlomi-noach shlomi-noach self-assigned this Aug 11, 2016
@shlomi-noach
Copy link
Contributor

gh-ost should fail if triggers exist on the table.

I will later open an Issue for community contribution for supporting triggers -- this is possible to do.

@shlomi-noach
Copy link
Contributor

closed by #152

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

No branches or pull requests

2 participants