Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Location of pgadmin4 config_local.py on Windows

Tags:

pgadmin

What directory should the pgadmin4 config_local.py be put into on Windows? Have tried C:\Users\{user}\AppData\Roaming\pgAdmin\ without luck. Using PgAdmin v5.3.

like image 903
yaugenka Avatar asked Oct 27 '25 07:10

yaugenka


1 Answers

The documented location %CommonProgramFiles%\pgadmin doesn't exist on my computer, but I found config.py in %USERPROFILE%\AppData\Local\Programs\pgAdmin 4\v6\web.

I'm using version 6.10.

like image 200
Milanka Avatar answered Oct 29 '25 08:10

Milanka