Re: pgAdmin support: setup.py --dump-servers

2020-10-25 Thread Aditya Toshniwal
Hi, On Fri, Oct 23, 2020 at 6:09 PM Gavin Fleming wrote: > Thanks Yogesh, Aditya > > Both your methods run, but produce this error: > > -- > Dumping servers with: > User: pgadm...@pgadmin.org > SQLite pgAdmin config: /var/lib/pgadmin/pgadmin4.db > -- > SQLite database file "/var/

Re: pgAdmin support: setup.py --dump-servers

2020-10-25 Thread uaparit
Hallo Gavin, i had the same problem today and solved it as follows: 1. I searched my system for the pgadmi4.db file /sudo find / -name pgadmin4.db/ and found it inside ~/.pgadim/ 2. So I created a symlink with /sudo ln -s ~/.pgadmin /var/lib/pgadmin/ Afterwards I could create the dumb with /py