Hi,
You can use the command 'update-user' for user update.
To explore more options, you can use the command below with pgadmin venv.
`python3.12 setup.py update-user --help `
Typical command would be -
`python3.12 setup.py update-user --password --role
Administrator --sqlite-path `
Th
Hi,
I could reproduce the error when I have multiple workers. Maybe you can try
restarting the Guicorn service.
Can you please try once in the private browser window?
Thanks,
Yogesh Mahajan
EnterpriseDB
On Tue, Jun 10, 2025 at 3:54 PM Shakir Idrisi wrote:
> HI,
>
> I have used this command, a
HI,
I have used this command, and I have created a systemd file to start and
stop the service.
*ExecStart=/var/w-data/pgadmin4/pgadmin_venv/bin/gunicorn \*
*--workers 1 \*
* --threads=25 \*
*--bind unix:/tmp/pgadmin4.sock \*
*--chdir
/var/w-data/pgadmin4/pgadmin_venv/lib/python3.11/si
Hi,
Can you please share your guicorn command?
How many workers are you spawning? It should be 1.
Thanks,
Yogesh Mahajan
EnterpriseDB
On Tue, Jun 10, 2025 at 12:34 PM Shakir Idrisi wrote:
> Hi,
>
> I've installed *pgAdmin 4* on my Linux server and configured it behind
> *Gunicorn
> and NGINX
Hi Riccardo,
Which installer did you use to install pgAdmin? People are facing issues
with pgAdmin installed with PostgreSQL installers.
Can you also share the screenshot please?
On Thu, Jul 20, 2023 at 3:01 AM Riccardo Barichella <
riccardo.bariche...@hotmail.com> wrote:
> Hi, today I updated t