pgAdmin 4 commit: Ensure backup/restore/maintenance work via SSH tunnel

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure backup/restore/maintenance work via SSH tunnel
Date: 2018-05-31 01:25:47
Message-ID: E1fOCLb-0001BW-Cn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure backup/restore/maintenance work via SSH tunnels. Fixes #3355

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2b4605a9d390cb44e5dfe9967c3adf2b28d04f1f
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 42 +++++++++++++++++++++----------
web/pgadmin/tools/maintenance/__init__.py | 6 ++++-
web/pgadmin/tools/restore/__init__.py | 24 +++++++++++++++---
3 files changed, 55 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-31 01:26:19 Re: [pgAdmin4][Patch] RM #3355 User can not perform operation of backup,Backup all, Backup global and Maintenance DB with ssh tunneling
Previous Message Dave Page 2018-05-31 01:20:06 Re: pgadmin, docker and ipv6