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
I got an error that it cant connect to the postgres db Could not connect to Postgres, retry in 0.5s
after some debugging I see that the password didn't changed the changing the env var, prior to starting the postgres docker
and on the "mission-database:issac_ros image it was still expecting "postgres" to be the password
and the database "mission" was missing
only after I changed the password to "postgres" on the postgres db container it, and created the mission db manually, it worked
please fix the entrypoint scripts and the docker compose and of course the manual
The text was updated successfully, but these errors were encountered:
I got an error that it cant connect to the postgres db
Could not connect to Postgres, retry in 0.5s
after some debugging I see that the password didn't changed the changing the env var, prior to starting the postgres docker
and on the "mission-database:issac_ros image it was still expecting "postgres" to be the password
and the database "mission" was missing
only after I changed the password to "postgres" on the postgres db container it, and created the mission db manually, it worked
please fix the entrypoint scripts and the docker compose and of course the manual
The text was updated successfully, but these errors were encountered: