You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently checked on our dumper.io information and realized that few of the apps were not backed up. It seems like the back up stopped after we raise the rails version to 6.1. It would be great if the team can take a look at it.
It looks like the issue is caused by config['adapter'] returning nil. Seems like the following pr changed the rails/rails#37185 returning to symbol and confirmed that config[:adapter] works.
We recently checked on our dumper.io information and realized that few of the apps were not backed up. It seems like the back up stopped after we raise the rails version to 6.1. It would be great if the team can take a look at it.
Issue
It looks like the issue is caused by
config['adapter']
returning nil. Seems like the following pr changed the rails/rails#37185 returning to symbol and confirmed thatconfig[:adapter]
works.dumper/lib/dumper/database/postgresql.rb
Line 27 in 57d57a8
The text was updated successfully, but these errors were encountered: