Re: OAUTH2 Problem with AzureAD

2022-05-03 Thread Yogesh Mahajan
Hi Asmita, Thank you for the blog post. Blog is live on https://www.pgadmin.org/. Thanks, Yogesh Mahajan EnterpriseDB On Sat, Apr 30, 2022 at 2:14 PM Asmita Thapliyal wrote: > Hello Yogesh, > > Please check the blog post below and let me know if anything else needs to > be added there. > > ht

2 pgadmin4 instances

2022-05-03 Thread David Bear
I have pgadmin4 running on a remote system which I shell into and forward the port required. This works great. I forward port 15050 to the remote system in order to connect to pgadmin on that system. I also run postgresql locally on my machine. When I started firefox to connect to the local pgadmi

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

Re: OAUTH2 Problem with AzureAD

2022-05-03 Thread Asmita Thapliyal
Hello Yogesh, Please check the blog post below and let me know if anything else needs to be added there. https://medium.com/@asmita.thapliyal/how-to-configure-oauth-2-0-with-azure-ad-in-pgadmin4-2c1500d52d9d Regards, Asmita On Fri, Apr 22, 2022 at 2:29 PM Yogesh Mahajan < yogesh.maha...@enterp

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