You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix that the weekly backup process (using pgdump) can result in "dangling" db connections, which stay alive forever (show as "active" in session-manager in dbeaver), and which prevent schema changes and such until terminated
#347
Open
Venryx opened this issue
Sep 26, 2024
· 0 comments
I do not currently know what causes the pgdump connections to become "dangling" like this... perhaps it's due to a crash of the app-server while the SQL query in the getPGDump graphql endpoint is being run.
The text was updated successfully, but these errors were encountered:
Venryx
changed the title
Fix that the weekly backup process (using pgdump) can result in "dangling" db connections, which stay alive forever (show as "active" in session-manager in dbeaver), and prevent schema changes and such until terminated
Fix that the weekly backup process (using pgdump) can result in "dangling" db connections, which stay alive forever (show as "active" in session-manager in dbeaver), and which prevent schema changes and such until terminated
Oct 31, 2024
I do not currently know what causes the pgdump connections to become "dangling" like this... perhaps it's due to a crash of the app-server while the SQL query in the getPGDump graphql endpoint is being run.
The text was updated successfully, but these errors were encountered: