#!/usr/bin/env bash set -euo pipefail DB_NAME=${1:-kompanion} ROLE=${ROLE:-kompanion} PASS=${PASS:-komp} psql -v ON_ERROR_STOP=1 <