Skip to content

larskarbo/postgres-terminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Connection Terminator 🔌✂️

A web service that maintains a dedicated connection to your Postgres database for emergency connection termination. Perfect for those moments when you hit connection limits and can't even connect to fix the problem.

1740135128470

The Problem

A lot of Postgres firefighting situations are related to connection limits. When debugging or making changes, you might want to "terminate all connections", but find yourself unable to do so.

Usage

Set the POSTGRES_URL and SECRET_KEY environment variables in a .env file:

POSTGRES_URL=
SECRET_KEY=

Run the server:

bun run index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published