When I create a db:
dokku postgresql:create my_db
I get this error:
could not change directory to "/root": Permission denied
psql: FATAL: password authentication failed for user "my_db"
FATAL: password authentication failed for user "my_db"
I did have dokku-pg-plugin prior to this, but I wanted the console function. This may be the issue when I switched over, but I did remove the old .postgresql folder and containers/images.
When I create a db:
I get this error:
I did have dokku-pg-plugin prior to this, but I wanted the console function. This may be the issue when I switched over, but I did remove the old .postgresql folder and containers/images.