Skip to content

wanix/postgresql-testing-env

Repository files navigation

PostgreSQL testing ENV

Prequisite

As prerequisite, you need asdf installed, up-to-date (asdf update).

Then all needed plugins installed also (cat .tool-versions | egrep -v "^ *#" | cut -d ' ' -f 1 | xargs -L 1 asdf plugin-add). And finally, all awaited versions installed: asdf install

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

External documentation

  • install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published