-
Notifications
You must be signed in to change notification settings - Fork 196
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
Error running db:migrate:with_data after upgrading to Rails 7.2.0.rc1 #318
Comments
For the reference: it should be fixed in #312 |
PR was merged, could you please release new gem version? |
This is fixed after release |
Has the version 9.4.4 been yanked on purpose from Rubygems? This is currently blocking us from upgrading Rails to 7.2. I see that subsequent 10.x release versions have also been yanked, but some release candidates exist which we'd rather not experiment with until they are deemed stable 🙂 Thanks |
Yes, use the 11.0.3rc. It's going to be promoted soon. |
We've been running 11.0.0.rc3 for a few weeks now against 7.2 and it works well for us. So if there's a rush – the last RC is stable enough and will just be promoted with no extra commits. |
@padde 11.0.0 has been released, so feel free to upgrade! |
@Morozzzko thanks for the update! Actually, we decided to get rid of |
After upgrading to Rails 7.2.0rc1 with PostgreSQL DB, the command
db:migrate:with_data
fails with the following backtrace.The text was updated successfully, but these errors were encountered: