Re: Adding new server in pgadmin from command line

2022-05-06 Thread Asmita Thapliyal
Thanks Yogesh! It works. Do we also have a command line for user management? Mainly I am looking for changing the roles associated with users. Regards, Asmita On Tue, May 3, 2022 at 3:38 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi Asmita, > > Here >

Re: Adding new server in pgadmin from command line

2022-05-04 Thread Yogesh Mahajan
Hi Asmita, No. pgAdmin does not provide any command line utility for user management. Thanks, Yogesh Mahajan EnterpriseDB On Wed, May 4, 2022 at 4:16 PM Asmita Thapliyal wrote: > Thanks Yogesh! It works. > Do we also have a command line for user management? Mainly I am looking > for changing

Re: Adding new server in pgadmin from command line

2022-05-03 Thread Yogesh Mahajan
Hi Asmita, Here are the steps to add servers using command line. Inserting data entries directly may lead to unexpected behaviour. Thanks, Yogesh Mahajan EnterpriseDB On Tue, May 3, 2022 at 2:39 PM Asmita

Adding new server in pgadmin from command line

2022-05-03 Thread Asmita Thapliyal
Hello Team, I would like to perform server addition activity in pgadmin from the command line. I tried to add newserver in pgadmin following below procedure. Create a migration file with the following command: (venv) $ FLASK_APP=pgAdmin4.py flask db revision This will create a file in: $PGADMIN