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

[24.2] Provide guidance in case of deadlock during db migration #19551

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

jdavcs
Copy link
Member

@jdavcs jdavcs commented Feb 5, 2025

Ref: #19512
This will catch all PostgreSQL deadlock errors during migrations and will display a helpful message. Also added a troubleshooting note to Galaxy's db migration documentation.

Also fixes downgrading to a unique index on role.name.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@jdavcs jdavcs added kind/bug area/documentation area/database Galaxy's database or data access layer labels Feb 5, 2025
@jdavcs jdavcs added this to the 24.2 milestone Feb 5, 2025
@jdavcs jdavcs requested a review from a team February 5, 2025 20:08
@jdavcs jdavcs merged commit 1becb2f into galaxyproject:release_24.2 Feb 5, 2025
50 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/database Galaxy's database or data access layer area/documentation kind/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants