IQSS / dataverse-docker

Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
57 stars 45 forks source link

init.sql causing bootstrap error - postgresql won't start #20

Closed pmauduit closed 5 years ago

pmauduit commented 5 years ago

There is a presumably commented out SQL statement in the init.sql (https://github.com/IQSS/dataverse-docker/blob/master/postgresql/init.sql#L1):

#CREATE ROLE postgres LOGIN;

I had to "uncomment" it and recreate the postgresql image to be able to have the docker-compo actually working.

One might either remove the '#' or use '--' instead.

pmauduit commented 5 years ago

Fixed by the merge mentioned above