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

Document "normal" recovery after panic file usage... #72

Open
tomkrouper opened this issue Jun 17, 2016 · 1 comment
Open

Document "normal" recovery after panic file usage... #72

tomkrouper opened this issue Jun 17, 2016 · 1 comment

Comments

@tomkrouper
Copy link

I was looking at #71 and wasn't sure if it made sense to have the error message that includes the normal recovery procedures. Or if in a panic, there is no normal recovery. Or if recovery is really so easy that basically it is just deleting the old file. If it is just a matter of, "In a normal recovery I would have deleted the _gst table and gone to have a beer." then this issue isn't needed. If there is more cleanup, then I think we should consider having something more than the, peace out ✌️ ❤️ message. (I may be paraphrasing you infinity more accurate error message in the PR.)

@shlomi-noach shlomi-noach self-assigned this Jun 20, 2016
@shlomi-noach
Copy link
Contributor

shlomi-noach commented Jun 20, 2016

A cleanup would be:
drop table _tbl_gho;
drop table _tbl_ghc;
Names may change shortly. But basically these are the steps.

I think gh-ost should have a --cleaup flag, which is mutually exclusive to --alter. So either you're doing a migration, or you wish to cleanup.

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

3 participants