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
in bash (Ubuntu 22.04) the environment variable PGPASSWORD is not recognized when using this:
export PGPASSWORD='secure'; cjdb import -H localhost -U user -d testcjdb -s cjdb -f LoD2_326625712.jsonl
what can be the reason for it? doing echo $PGPASSWORD clearly shows the password is in the environment.
But it still asks for the password.
Any help would be great!
Thanks :)
The text was updated successfully, but these errors were encountered:
Hi there,
in bash (Ubuntu 22.04) the environment variable PGPASSWORD is not recognized when using this:
export PGPASSWORD='secure'; cjdb import -H localhost -U user -d testcjdb -s cjdb -f LoD2_326625712.jsonl
what can be the reason for it? doing
echo $PGPASSWORD
clearly shows the password is in the environment.But it still asks for the password.
Any help would be great!
Thanks :)
The text was updated successfully, but these errors were encountered: