I'm unable to install Metabase.
I'm using a Postgres DB and Docker. I'm trying to get persistant storage as outlined in the Metabase Install Instructions page.
Below are the steps I've followed.
-
Created a new DO droplet with Docker
-
Installed postgres. Created a superuser userrole. Created a database
-
Modified
postgresql.conf
to allow listen addresses as172.17.0.0/16
so that all the postgres db is expecting connections for all possible Docker IP's addresses -
Modified
pb_hba.conf
so that all docker container IP's are allowed to connect to the postgres db
-
Restarted postgres
-
Initialized Metabase with the following command:
yes, my dbname and username for the postgres database are the same
And this is the error I get
What am I doing wrong?
Thanks!