As prerequisite, you need mise-en-place installed, up-to-date.
make start
make clientTo stop temporarly the cluster:
make stopTo delete the cluster but keep the configuration for next start:
make deleteClusterTo drop everything (you may have to do some sudo removal due to container ownership):
make mrproperTo 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