'ArgumentError: is not a recognized provider rake rails posgresql

I'm trying to clone and setup a rails repo.

when I run bundle exec rake db:migrate I get the following error with no user name:

rake aborted!
ArgumentError:  is not a recognized providerronment.rb:5:in `<top (required)>'


Solution 1:[1]

It should be a problem with the provider. If I were you, I would try to set up the provider again.

provider:               ENV['FOG_PROVIDER']

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Christos-Angelos Vasilopoulos