#!/bin/bash set -e cp -rd /opt/openqa /opt/testing_area cd /opt/testing_area/openqa function create_db { set -e export PGDATA=$(mktemp -d) initdb --auth=trust -N $PGDATA cat >> $PGDATA/postgresql.conf <