Configuring with pgcli.conf on Windows 10 #1329
-
I have configured the PGCLI with the What is that I am missing in configuration? Guys, please help me out. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
In Windows, pgcli stores the config in:
Where If you already ran |
Beta Was this translation helpful? Give feedback.
-
But I am facing issue in configuring DSNs in the config file for PostgreSQL.
It doesn't parse the password well which in this case is |
Beta Was this translation helpful? Give feedback.
In Windows, pgcli stores the config in:
%USERPROFILE%\\AppData\\Local\\dbcli\\pgcli\\
Where
USERPROFILE
expands toC:\\Users\your_username
.If you already ran
pgcli
, it should have written the default config there.