Skip to content

8.0.0 release note: After deploying the solution server, a command must be run to set the DB to expire connections automatically #479

@fabianvf

Description

@fabianvf

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';"

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/documentationCategorizes issue or PR as related to documentation.priority/normalHigher priority than priority/minor. Nice to have.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions