docker-postgis icon indicating copy to clipboard operation
docker-postgis copied to clipboard

Wercker usage not able to createdb

Open djMax opened this issue 10 years ago • 2 comments

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

djMax avatar Dec 18 '15 04:12 djMax

+1

zedtux avatar Dec 23 '15 10:12 zedtux

Agree

doublebyte1 avatar Apr 29 '16 16:04 doublebyte1