-
Notifications
You must be signed in to change notification settings - Fork 107
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
CUMULUS-3959: Add documentation to resolve failing db migrations #3896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great @Nnaga1. I left a few suggestions, mainly just wording preference. Feel free to reject.
I'm partially trying to say a bit less about the VACUUM statements. It'll be very DAAC-dependent and these should be done manually/outside of deployment as a part of healthy data management. I think here the goal is to point out that they caused a problem and that the next patch release fixes that problem.
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
website/versioned_docs/version-v18.5.0/troubleshooting/troubleshoot_database_migration.md
Outdated
Show resolved
Hide resolved
|
||
### Other potential issues | ||
|
||
Migration Lambda timeouts (or other related timeouts) may be caused by `VACUUM` statements in the migration. If you find your deployment not completing despite the migration table and the migrations being consistent, this may be the issue. In v18.5.2, some `VACUUM` statements have been removed to tailor for this issue. If you find yourself struggling with v18.5.1 despite completing the above steps, plese upgrade to v18.5.2 and try for this issue. If you find yourself struggling with v18.5.1 despite completing the above steps, plese upgrade to v18.5.2 and try deployment again. The removal of potentially long-running migrations may resolve the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration Lambda timeouts (or other related timeouts) may be caused by `VACUUM` statements in the migration. If you find your deployment not completing despite the migration table and the migrations being consistent, this may be the issue. In v18.5.2, some `VACUUM` statements have been removed to tailor for this issue. If you find yourself struggling with v18.5.1 despite completing the above steps, plese upgrade to v18.5.2 and try for this issue. If you find yourself struggling with v18.5.1 despite completing the above steps, plese upgrade to v18.5.2 and try deployment again. The removal of potentially long-running migrations may resolve the issue. | |
Migration Lambda timeouts (or other related timeouts) may be caused by `VACUUM` statements in the migration. If you find your deployment not completing despite the migration table and the migrations being consistent, this may be the issue. In v18.5.2, some `VACUUM` statements have been removed to tailor for this issue. If you find yourself struggling with v18.5.1 despite completing the above steps, please upgrade to v18.5.2 and try deployment again. The removal of potentially long-running migrations may resolve the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was a bad merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more merge issue and then I think it's good to go!
…nto CUMULUS-3959-docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Nnaga1!
Summary: Summary of changes
Addresses CUMULUS-XX: Develop amazing new feature
Changes
PR Checklist