#!/bin/bash

# fail fast
set -e

# check if database is running
gosu postgres pg_ctl status
