Open djMax opened 8 years ago
This script is failing on wercker:
box: node services: - id: helmi03/docker-postgis build: steps: - install-packages: packages: postgresql-9.4-postgis-scripts - script: name: createdb code: |- export PGPORT=$DOCKER_POSTGIS_PORT_5432_TCP_PORT export PGHOST=$DOCKER_POSTGIS_PORT_5432_TCP_ADDR export PGUSER=docker export PGPASSWORD=docker createdb thisisatest
Error is createdb: database creation failed: ERROR: could not create directory "base/16385": Permission denied
createdb: database creation failed: ERROR: could not create directory "base/16385": Permission denied
+1
Agree
This script is failing on wercker:
Error is
createdb: database creation failed: ERROR: could not create directory "base/16385": Permission denied