[pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin

2017-01-10 Thread Ashesh Vashi
Hi Team, In new implementation - we are forking the process-executor on the POSIX system to run the process in true daemon mode. And, we were updating the status in the configuration file (which is sqlite database), it was crashing while opening the configuration file, and couldn't update the stat

[pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin

2017-01-10 Thread Dave Page
Hi Attempting a backup with an incorrect bin path worked as expected with this version, but once I corrected the path and started another backup, I got the following: 2017-01-11 11:45:22,627: INFO werkzeug: 127.0.0.1 - - [11/Jan/2017 11:45:22] "GET /misc/bgprocess/?_=1484115208342 HTTP/1.1" 500 -

[pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin

2017-01-10 Thread Ashesh Vashi
Hi Dave, On Wed, Jan 11, 2017 at 12:03 PM, Dave Page wrote: > Hi > > Attempting a backup with an incorrect bin path worked as expected with > this version, but once I corrected the path and started another backup, I > got the following: > > 2017-01-11 11:45:22,627: INFO werkzeug: 127.0.0.1 - - [