pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS
Date
Msg-id E1o5pQ0-0005o5-Jy@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed permission denied error when deploying PostgreSQL in Azure using Docker. Fixes #7506

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=659009c1def362f745d2239455610abfcc5c13d8
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst           |   1 +
web/config.py                               |   6 ++
web/pgacloud/providers/azure.py             |  33 ++++---
web/pgadmin/misc/cloud/azure/__init__.py    |  35 +++++--
web/pgadmin/misc/cloud/azure/azure_cache.py | 136 ++++++++++++++++++++++++++++
web/pgadmin/misc/cloud/static/js/cloud.js   |   2 +-
web/pgadmin/setup/data_directory.py         |  16 ++++
7 files changed, 206 insertions(+), 23 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian
Next
From: Akshay Joshi
Date:
Subject: Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian