pgAdmin 4 commit: Ensure that Backup and Restore should work on shared

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that Backup and Restore should work on shared
Date: 2021-04-14 06:42:01
Message-ID: E1lWZDt-00081p-Rn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-14 06:43:04 Re: [pgAdmin][RM6385]: Backup on a shared server doesn't seem to work
Previous Message Pradip Parkale 2021-04-13 17:05:32 [pgAdmin][RM6385]: Backup on a shared server doesn't seem to work