#!/bin/bash set -eou pipefail psql --username "$POSTGRES_USER" --dbname "$POSTGRES_DB"