-
-
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
Broken upgrade to v3. #703
Comments
Hmmm. Did you upgrade through v2.99 and generate the migrations for v2.99? I squash down the migrations every major release. |
I did run the update and the only migration that was generated was:
Btw, manually bringing the missing migrations worked. |
If you got the migration for settings, that would mean you ran the update generator for a 3.x version, rather than 2.99. I'm glad that you were able to copy over the old migrations 👍 |
Hi there,
I'm upgrading
good_job
from v2 to v3 and it looks like the migration instructions are incomplete.Running:
/app # bin/rails g good_job:update skip db/migrate/20220815115425_create_good_jobs.rb skip db/migrate/20220815115425_create_good_job_settings.rb
But then starting the queue:
I'll be adding manually the missing migrations, not sure though how this could have happened.
The text was updated successfully, but these errors were encountered: