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

From: uaparit <pg(at)tuared(dot)de>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdmin support: setup.py --dump-servers
Date: 2020-10-25 09:43:09
Message-ID: 1603618989614-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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
/python3 setup.py --dump-servers ~/pgadmin_servers.json/

I hope this solution works for you

uaparit

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Aditya Toshniwal 2020-10-26 04:04:51 Re: pgAdmin support: setup.py --dump-servers
Previous Message Gavin Fleming 2020-10-23 12:39:17 Re: pgAdmin support: setup.py --dump-servers