Re: Hello

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Hello
Date: 2024-03-10 09:03:50
Message-ID: c7fa454c-4a8d-dea1-9c61-11642e94b79d@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 10.03.24 um 11:18 schrieb Joshua Phillips:
> I am running debian 12 and am attempting to install pgadmin by
> following instructions found here:
> https://www.pgadmin.org/download/pgadmin-4-python/
>
> $ sudo mkdir /var/lib/pgadmin
> $ sudo mkdir /var/log/pgadmin
> $ sudo chown $USER /var/lib/pgadmin
> $ sudo chown $USER /var/log/pgadmin
> $ python3 -m venv pgadmin4
> $ source pgadmin4/bin/activate
> (pgadmin4) $ pip install pgadmin4
> ...
> (pgadmin4) $ pgadmin4
>
> Whenever I run the last command:
>
> (pgadmin4) $ pgadmin4
> I get the following error:
>
> No such file or directory: '/var/lib/pgadmin/pgadmin4.db'
>
> Do you happen to know why this is happening? I have tested this on
> multiple instances in various cloud environments, but get the same
> error every time.
>
> Thanks
>
See https://www.pgadmin.org/docs/pgadmin4/development/server_deployment.html

Make sure that your account not only has access privileges to the file
pgadmin4.db, but also the necessary privileges to access the directories
on the path.

And BTW, this is NOT the pgadmin4 mailing list, but the one for
PostgreSQL server!

--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

  • Hello at 2024-03-09 19:19:07 from Joshua Phillips

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar 2024-03-10 11:19:13 Index
Previous Message Joshua Phillips 2024-03-09 19:19:07 Hello