Skip to content

rca0/pg-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG Checker

A tool to test PostgreSQL connections. The mode of operation and other parameters are configured using a simple YAML configuration file.

Build

make build

DATABASE_USER=username DATABASE_PASSWORD=super-password DATABASE_NAME=database-name DATABASE_HOST=my-pg-hostname.domain ./pg-checker

Create docker image

TAG=master docker-build-image

Upload docker image

TAG=master docker-push

Using docker image

docker run --name pg-checker -e DATABASE_USER=XPTO -e DATABASE_PASSWORD=XPTO -e DATABASE_NAME=database-name -e DATABASE_HOST=my-pg-hostname.domain -e DATABASE_PORT=5432 ruancasas/pg-checker:main

About

A tool to test PostgreSQL connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published