Missing database_geo.yml file when updating local GDK environment
I've just updated my GDK environment for EE and I've tried running tests. I got:
`config_for': Could not load configuration. No such file - /Users/adam/workspace/gdk-ee/gitlab/config/database_geo.yml (RuntimeError)
I don't have database_geo.yml
file, I only have database_geo.yml.mysql
and database_geo.yml.postgresql
files.
geo_secondary_role.enabled
is true
for test
environment in my gitlab.yml
file. I set it to false
and tests passed.