pgAdmin 4 commit: Ensure that Backup and Restore should work on shared - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that Backup and Restore should work on shared
Date
Msg-id E1lWZDt-00081p-Rn@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that Backup and Restore should work on shared servers. Fixes #6385

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb7bcaf939d7d67fd164b03b581d16bc573c1576
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |  1 +
.../browser/server_groups/servers/__init__.py      |  2 +-
web/pgadmin/browser/server_groups/servers/utils.py | 15 ++++++---
web/pgadmin/tools/backup/__init__.py               | 37 ++++++++++++++-------
web/pgadmin/tools/maintenance/__init__.py          | 27 +++++++++++----
web/pgadmin/tools/restore/__init__.py              | 38 +++++++++++++++-------
6 files changed, 87 insertions(+), 33 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM6385]: Backup on a shared server doesn't seem to work
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6385]: Backup on a shared server doesn't seem to work