-
When running ManageIQ with
bin/rake evm:start
, it may be necessary to override the REST API host via a PROXY_HOST environment variable.PROXY_HOST=127.0.0.1:3000 yarn start
-
ActiveRecord::ConnectionTimeoutError: could not obtain a connection from the pool within 5.000 seconds; all pooled connections were in use
orError: socket hang up
orError: connect ECONNREFUSED
might be caused to by lower than expected connection pool size this is remedied by navigating tomanageiq/config/database.yml
and increasing thepool: xx
value.