You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bringing up the projekt with docker-compose (with the supplied docker-compose.yml) I will get an ongoing error role "root" does not exist from postgresql. I realised that my (already perfectly running) rakam setup stopped running 1 month ago and got that error when restarting it with docker-compose restart suddenly. It is strange, since both rakam-api & rakam-db containers have the rakam user set to rakam:
Initially it was FATAL: role "root" does not exist
so in the postgres-local.env file I have added this PGUSER=mydbuser
now I am getting error: FATAL: database "achuser" does not exist
When bringing up the projekt with docker-compose (with the supplied
docker-compose.yml
) I will get an ongoing errorrole "root" does not exist
from postgresql. I realised that my (already perfectly running) rakam setup stopped running 1 month ago and got that error when restarting it withdocker-compose restart
suddenly. It is strange, since bothrakam-api
&rakam-db
containers have the rakam user set torakam
:docker-compose.yml
only after creating the psql user & database "root" the rakam api will start
The text was updated successfully, but these errors were encountered: