-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels