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

fix(physical-restore): Validate and fix tables after restoration #172

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

tanmoysrt
Copy link
Member

After restoration, check all the restored tables

In case of MyISAM, table can corrupt due to mismatch in count So, do REPAIR TABLE ... USE_FRM to repair

In InnoDB table, fulltext index will not import via physical restore We need to rebuild that index

After restoration, check all the restored tables

In case of MyISAM, table can corrupt due to mismatch in count
So, do REPAIR TABLE ... USE_FRM to repair

In InnoDB table, fulltext index will not import via physical restore
We need to rebuild that index
@tanmoysrt tanmoysrt marked this pull request as ready for review March 4, 2025 08:33
@tanmoysrt tanmoysrt merged commit 9a922e2 into frappe:master Mar 4, 2025
2 checks passed
@tanmoysrt tanmoysrt self-assigned this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant