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
I'm getting weird behavior with my database.yml file. I'm using a standard setup.
In my chef log, I have the following:
[2015-10-12T03:55:30+00:00] INFO: No database adapter specified for app, guessing
[2015-10-12T03:55:30+00:00] INFO: Looks like app uses mysql2 in its Gemfile
Then down the line I see
[2015-10-12T03:55:30+00:00] INFO: Processing template[/srv/www/app/shared/config/database.yml] action create (opsworks_delayed_job::configure line 11)
[2015-10-12T03:55:30+00:00] INFO: template[/srv/www/app/shared/config/database.yml] backed up to /root/.chef/local-mode-cache/backup/srv/www/app/shared/config/database.yml.chef-20151012035530.839912
[2015-10-12T03:55:30+00:00] INFO: template[/srv/www/app/shared/config/database.yml] updated file contents /srv/www/app/shared/config/database.yml
My new database.yml file doesn't have a database adapter
I'm getting weird behavior with my database.yml file. I'm using a standard setup.
In my chef log, I have the following:
Then down the line I see
My new database.yml file doesn't have a database adapter
However, that cached version does.
I commented this out, but I'm wondering if anyone else is seeing this
The text was updated successfully, but these errors were encountered: