Skip to content

wanix/postgresql-testing-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL testing ENV

Prequisite

As prerequisite, you need mise-en-place installed, up-to-date.

Quickstart

make start
make client

To stop temporarly the cluster:

make stop

To delete the cluster but keep the configuration for next start:

make deleteCluster

To drop everything (you may have to do some sudo removal due to container ownership):

make mrproper

Building a specific PostgreSQL version needed

To build a new version of PostgreSQL, run this action: https://github.com/wanix/postgres-containers/actions/workflows/main.yml

Example:

  • Postgres version: 17.5
  • Postgres extensions to install: "hypopg hll cron"
  • TimescaleDB version: 2.11.0 # needed only if you install timescale extension

External doc or code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages