Skip to content
New issue

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

Wercker usage not able to createdb #16

Open
djMax opened this issue Dec 18, 2015 · 2 comments
Open

Wercker usage not able to createdb #16

djMax opened this issue Dec 18, 2015 · 2 comments

Comments

@djMax
Copy link

djMax commented Dec 18, 2015

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

@zedtux
Copy link

zedtux commented Dec 23, 2015

+1

@doublebyte1
Copy link

doublebyte1 commented Apr 29, 2016

Agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants