Closed pmauduit closed 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):
init.sql
#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.
Fixed by the merge mentioned above
There is a presumably commented out SQL statement in the
init.sql
(https://github.com/IQSS/dataverse-docker/blob/master/postgresql/init.sql#L1):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.