Closed bruno-costanzo closed 2 months ago
For the reference: it should be fixed in #312
PR was merged, could you please release new gem version?
This is fixed after release 9.4.4
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! https://rubygems.org/gems/data_migrate/versions/11.0.0
@Morozzzko thanks for the update! Actually, we decided to get rid of data-migrate
altogether instead ๐ It wasn't fitting well with our use case anyway.
After upgrading to Rails 7.2.0rc1 with PostgreSQL DB, the command
db:migrate:with_data
fails with the following backtrace.