Skip to content

junte/pg-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres DB diff report

ENV variables

  • POSTGRES_REFERENCE_DB - most updated DB state (ex: development DB)
  • POSTGRES_CURRENT_DB - outdated DB state (ex: PROD DB before release)

Get report

docker run --rm -it \
-e "POSTGRES_REFERENCE_DB=jdbc:postgresql://localhost:5432/db-name?user=pg_user&password=secret" \
-e "POSTGRES_CURRENT_DB=jdbc:postgresql://localhost:5432/db-name?user=pg_user&password=secret" \
--network=host ghcr.io/junte/pg-diff:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages