Allow ConnectionNotEstablished for DB rake tasks using validate_config
If we can't connect to one of the databases to grab the identifier, ActiveRecord::ConnectionNotEstablished is also one of the errors that can be raised. This rescues it so that the task won't fail even if the DB is down. Changelog: fixed
Showing
Please register or sign in to comment