After deploying the solution server, the following command must be run to allow the db to expire lingering idle connections:
kubectl -n <konveyor namespace> exec deploy/kai-db -- psql -U postgres -d postgres -c "ALTER ROLE kai SET idle_session_timeout = '1min'; ALTER ROLE kai SET idle_in_transaction_session_timeout = '1min';"
After deploying the solution server, the following command must be run to allow the db to expire lingering idle connections:
kubectl -n <konveyor namespace> exec deploy/kai-db -- psql -U postgres -d postgres -c "ALTER ROLE kai SET idle_session_timeout = '1min'; ALTER ROLE kai SET idle_in_transaction_session_timeout = '1min';"