Обсуждение: pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS

От
Akshay Joshi
Дата:
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(-)