Redis – undefined method `spec' for #<ActiveRecord::ConnectionAdapters::NullPool:0x00007fd44f8ab300> – Rails 6 schema:load
We are in the middle of upgrading our rails app from 5.2 to 6.0.1, and now whenever we run db:schema:load --trace we get the following error. ** Invoke db:schema:load (first_time) ** Invoke db:load_config (first_time) ** Invoke environment (first_time) ** Execute…