Re: [pgadmin4][Patch]: RM #3122 - Backup not working on certificate (SSL) protected servers

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin4][Patch]: RM #3122 - Backup not working on certificate (SSL) protected servers
Date: 2018-03-14 21:51:53
Message-ID: CA+OCxowueZFqvC96m7XJGrmSvjdXJ6jQOgP32QZ+JaUu+XdzxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Wed, Mar 14, 2018 at 10:55 AM, Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find the attached updated patch.
>

Can you add a unit test for set_env_variables() please?

>
> Thanks,
> Khushboo
>
> On Wed, Mar 14, 2018 at 1:07 PM, Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>>
>>
>> On Wed, Mar 14, 2018 at 12:48 PM, Murtuza Zabuawala <
>> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>>
>>> ../pgadmin4/web/pgadmin/tools/import_export/__init__.py +310 without
>>> your patch applied.
>>>
>>> Yes, good point. Will update and send the patch.
>>
>>>
>>> On Wed, Mar 14, 2018 at 12:39 PM, Murtuza Zabuawala <
>>> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi Khushboo,
>>>>
>>>> We can simplify this, we don't need to create any extra column,
>>>>
>>>> Check: ../pgadmin4/web/pgadmin/tools/import_export/__init__.py +322
>>>> where we are setting ENV variable we can create common utility function
>>>> (let say in ../tools/utils/__init__.py) which will set all required the
>>>> environment variables and then we will pass that function in p.start(..)
>>>> method.
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Murtuza Zabuawala
>>>> EnterpriseDB: http://www.enterprisedb.com
>>>> The Enterprise PostgreSQL Company
>>>>
>>>>
>>>> On Wed, Mar 14, 2018 at 11:03 AM, Khushboo Vashi <
>>>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Please find the attached patch to fix RM #3122 : Backup not working on
>>>>> certificate (SSL) protected servers.
>>>>>
>>>>> The attached patch fixes the issue in the following modules:
>>>>>
>>>>> 1. Backup
>>>>> 2. Restore
>>>>> 3. Import/Export
>>>>> 4. Maintenance
>>>>>
>>>>> Thanks,
>>>>> Khushboo
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-14 21:58:06 pgAdmin 4 commit: Fix trim function which was causing some JS errors du
Previous Message Dave Page 2018-03-14 21:43:32 Re: [pgAdmin4][Patch]: RM #2963 - Backup database, Restore database and Maintenance Database failed for é object.