-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
GoodJob tells me to upgrade but migrations fail #544
Comments
@katelovescode Nuts! Were you previously running GoodJob v1.x and upgraded to v2.x? If so, you'll need to upgrade to v1.99, run migrations, then upgrade to the latest 2.x release: https://github.com/bensheldon/good_job#upgrading-v1-to-v2 I think that may be what happened because the |
Okay let me give that a try! I'll report back. |
This worked, thank you! |
I also had this issue and the "fix" was very effective. Thanks. |
I have the same issue and it appears when migrating from GoodJob 1.x to 3.x in one go. I guess I will need to migrate it in 2 steps or change the order of migrations so they can be run in one go. |
I can confirm that reordering migrations and placing |
When I run my server, good_job tells me to upgrade:
But when I try to follow the instructions I get a failure:
The text was updated successfully, but these errors were encountered: