It works now.
I had to create another role that matches my ubuntu user name:
sudo -u postgres psql
CREATE ROLE nefcairon WITH SUPERUSER CREATEDB CREATEROLE LOGIN ENCRYPTED PASSWORD '****';
und then use this username in the config/dev.exs
It works now.
I had to create another role that matches my ubuntu user name:
sudo -u postgres psql
CREATE ROLE nefcairon WITH SUPERUSER CREATEDB CREATEROLE LOGIN ENCRYPTED PASSWORD '****';
und then use this username in the config/dev.exs