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

Migration scripts ignore the -c parameter #18205

Closed
jdavcs opened this issue May 22, 2024 · 1 comment
Closed

Migration scripts ignore the -c parameter #18205

jdavcs opened this issue May 22, 2024 · 1 comment
Assignees
Labels
area/database Galaxy's database or data access layer area/scripts kind/bug

Comments

@jdavcs
Copy link
Member

jdavcs commented May 22, 2024

Describe the bug
manage_toolshed_db.sh and scripts/toolshed_db.py scripts do not respect the optional -c (config) parameter.

Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.0, dev (most likely all of them since upgrading to alembic)

To Reproduce
Steps to reproduce the behavior:
./manage_toolshed_db.sh -c [your config file here] dv
Then repeat with a different config that points to a database that has a different version. The output will be identical.

Expected behavior
Do not ignore -c.

@jdavcs
Copy link
Member Author

jdavcs commented May 23, 2024

fixed in #18215

@jdavcs jdavcs closed this as completed May 23, 2024
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/scripts kind/bug
Projects
None yet
Development

No branches or pull requests

1 participant