#!/bin/bash set -e POSTGRES="psql --username ${POSTGRES_USER}" echo "Creating database: ${DB_NAME}" $POSTGRES <