pgAdmin 4 commit: Added support for restoring a tar/custom type backup - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Added support for restoring a tar/custom type backup
Date
Msg-id E1b1x3u-00046q-Og@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support for restoring a tar/custom type backup file in a object.

Tweaked by Ashesh Vashi as below:
- Integrated it with the background process executor, and observer.
- Improved the message format of the backup module messages.
- Created an item in TODO list to list down the objects in the selected
  backup file.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2da3a710a139c8b90f642706c9564e8860ec0e16
Author: Murtuza Zabuawala <murutza.zabuawala@enterprisedb.com>

Modified Files
--------------
TODO.txt                                           |   6 +
web/pgadmin/tools/backup/__init__.py               |  77 ++--
.../tools/backup/templates/backup/js/backup.js     |   7 +-
web/pgadmin/tools/restore/__init__.py              | 320 ++++++++++++++
.../tools/restore/templates/restore/js/restore.js  | 477 +++++++++++++++++++++
5 files changed, 857 insertions(+), 30 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Addd support for taking backup for the server.
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Set PGPASSWORD environment variable from the process