pgAdmin 4 commit: Added support for restoring a tar/custom type backup

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for restoring a tar/custom type backup
Date: 2016-05-15 14:30:30
Message-ID: E1b1x3u-00046q-Og@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-15 16:59:39 pgAdmin 4 commit: Set PGPASSWORD environment variable from the process
Previous Message Ashesh Vashi 2016-05-15 10:34:47 pgAdmin 4 commit: Addd support for taking backup for the server.