killed database.yml, can i replace it?
Posted: Fri Mar 22, 2013 3:31 pm
Whilst trying to fix a problem with greyhole.yml, I aciddentally overwrote database.yml. So I restored it using
Today, I have the error message.
.
It can only be related to the mucked up database.yml because there is plenty of space on the hard drives. Are there any backups of this file?
Lessons learnt, maybe I should get crashplan to back up all these config files.
Code: Select all
https://github.com/amahi/platform/blob/master/config/database.ymlCode: Select all
Ruby on Rails application could not be startedCode: Select all
Error message:
Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (no such file to load -- active_record/connection_adapters/mysql2_adapter)It can only be related to the mucked up database.yml because there is plenty of space on the hard drives. Are there any backups of this file?
Lessons learnt, maybe I should get crashplan to back up all these config files.