Re: Require suggestions on feature 6794

2024-11-26 Thread Dave Page
On Tue, 26 Nov 2024 at 11:30, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Pravesh, > > In addition to that, why do we need env vars at all? We can simply pass > them as arguments to passexec script. It's up to the users to use it or > ignore it. > Or do some string substitut

Re: Require suggestions on feature 6794

2024-11-26 Thread Aditya Toshniwal
Hi Pravesh, In addition to that, why do we need env vars at all? We can simply pass them as arguments to passexec script. It's up to the users to use it or ignore it. On Tue, Nov 26, 2024 at 4:54 PM Dave Page wrote: > Hi > > On Tue, 26 Nov 2024 at 10:55, Pravesh Sharma < > pravesh.sha...@enterp

Re: Require suggestions on feature 6794

2024-11-26 Thread Dave Page
Hi On Tue, 26 Nov 2024 at 10:55, Pravesh Sharma < pravesh.sha...@enterprisedb.com> wrote: > Hi Dave/Team > > I have started working on feature #6794 > . The user wants to > pass connection information, such as host, port, and username, to the >

Require suggestions on feature 6794

2024-11-26 Thread Pravesh Sharma
Hi Dave/Team I have started working on feature #6794 . The user wants to pass connection information, such as host, port, and username, to the passexec command without hardcoding these values. I plan to implement it as follows: The user will set