- Used Zammad version: 6.3
- Used Zammad installation type: docker-compose
- Operating system: Ubuntu 22.04
- Browser + version: Chrome latest
I could access the Rails console a couple days ago. I’m not sure what changed, but I started getting the following error today:
/usr/local/bundle/gems/railties-7.0.8.1/lib/rails/application/configuration.rb:352:in `database_configuration’: Could not load database configuration. No such file - [“config/database.yml”] (RuntimeError)
I ran some post installation script that I found in this post and now I’m getting the following error when trying to access the Rails console in the corresponding container:
/usr/local/bundle/gems/activerecord-7.0.8.1/lib/active_record/connection_adapters/abstract/connection_handler.rb:261:in `resolve_pool_config’: database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified)
Any help would be appreciated.