We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Agree
No branches or pull requests
This script is failing on wercker:
Error is
createdb: database creation failed: ERROR: could not create directory "base/16385": Permission denied
The text was updated successfully, but these errors were encountered: