The real repository is maintained elsewhere. This is a simple Azure Database for PostgreSQL demo project. Friends, this is our demo project, our rules, the trick is never to be afraid.
Replace the variables.
$ ./teardown-setup-load-test.sh
Creates a database named reversegeocode with user and schema mobile_latlong.
$ export MLPASSWORD=whywasthe6scared?because789
$ export PGUSER=terraformuser
$ export PGPASSWORD="terraformcreds"
$ export PGHOST=psql-dollar-dollar-bill
$ export PGDATABASE=postgres
$ export PGPORT=5432
$ ./setup-reversegeocode.sh
Drops database and users.
$ export MLPASSWORD=whywasthe6scared?because789
$ export PGUSER=terraformuser
$ export PGPASSWORD="terraformcreds"
$ export PGHOST=psql-dollar-dollar-bill
$ export PGDATABASE=postgres
$ export PGPORT=5432
$ ./teardown-reversegeocode.sh
We'll use the database owner.
$ export PGUSER=reversegeocode
$ export PGPASSWORD=whywasthe6scared?because789
$ export PGHOST=psql-dollar-dollar-bill
$ export PGDATABASE=reversegeocode
$ export PGPORT=5432
$ ./load-mobile_latlong.sh
We'll use mobile_latlong.
$ export PGUSER=mobile_latlong
$ export PGPASSWORD=whywasthe6scared?because789
$ export PGHOST=psql-dollar-dollar-bill
$ export PGDATABASE=reversegeocode
$ export PGPORT=5432
$ ./test-mobile_latlong.sh