-
Notifications
You must be signed in to change notification settings - Fork 534
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
Broken DB migrations since 8ca1078 #1485
Comments
Thanks for the report I will take a look at this today. |
I've updated the example data set here: and also slightly modified the install.sh script here: Currently, our install.sh file points to the latest release, if you want to pick up these changes before we do a release you can modify the install file here: https://github.com/Netflix/dispatch-docker/blob/master/install.sh#L14 And modify the URL to point to: |
Thanks @kevgliss for the lightning fast fix! |
@ymatsiuk you're right let me fix that real quick. |
Fixed typo here: #1494 |
It works now 🎉 Thanks! PS: Keep in mind that v20210714 is broken, so people who play with |
Describe the bug
Sample data dump points to revision which doesn't exist:
dispatch/data/dispatch-sample-data.dump
Line 2417 in e975fbc
This prevents DB migrations from succeeding.
To Reproduce
Steps to reproduce the behavior:
./install.sh
from https://github.com/Netflix/dispatch-docker/blob/master/install.shExpected behavior
Both flows should succeed
Additional context
Log for loading example data:
Log for skipping the load:
The text was updated successfully, but these errors were encountered: