public inbox for [email protected]
help / color / mirror / Atom feedFailed backup due to --no-password
4+ messages / 2 participants
[nested] [flat]
* Failed backup due to --no-password
@ 2025-02-05 17:08 Serge De Maseneer <[email protected]>
2025-02-06 04:55 ` Re: Failed backup due to --no-password Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Serge De Maseneer @ 2025-02-05 17:08 UTC (permalink / raw)
To: [email protected]
Hello,
I am trying to make a backup from a database with the backup command of
PgAdmin.
This is the result of the operation: Failed
It fails because of the --no-password setting. I looked if i could
somewhere force the --password setting instead but in vain.
How can i make this work?
Kind regards,
Serge.
Attachments:
[image/png] PMbAZ1FfkQWo9I89.png (72.9K, 3-PMbAZ1FfkQWo9I89.png)
download | view image
[image/jpeg] failed.jpg (191.1K, 4-failed.jpg)
download | view image
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Failed backup due to --no-password
2025-02-05 17:08 Failed backup due to --no-password Serge De Maseneer <[email protected]>
@ 2025-02-06 04:55 ` Aditya Toshniwal <[email protected]>
2025-02-06 12:03 ` Re: Failed backup due to --no-password Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Aditya Toshniwal @ 2025-02-06 04:55 UTC (permalink / raw)
To: Serge De Maseneer <[email protected]>; +Cc: [email protected]
Hi Serge,
How are you connecting to the server? Password, trust, service file, etc.?
The password is added to the env of the process and not to the pg_dump
command for security reasons, so --no-password is fine.
On Wed, Feb 5, 2025 at 10:38 PM Serge De Maseneer <
[email protected]> wrote:
> Hello,
>
> I am trying to make a backup from a database with the backup command of
> PgAdmin.
>
> This is the result of the operation: Failed
>
> It fails because of the --no-password setting. I looked if i could
> somewhere force the --password setting instead but in vain.
>
> How can i make this work?
>
> Kind regards,
>
> Serge.
>
>
>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] PMbAZ1FfkQWo9I89.png (72.9K, 3-PMbAZ1FfkQWo9I89.png)
download | view image
[image/jpeg] failed.jpg (191.1K, 4-failed.jpg)
download | view image
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Failed backup due to --no-password
2025-02-05 17:08 Failed backup due to --no-password Serge De Maseneer <[email protected]>
2025-02-06 04:55 ` Re: Failed backup due to --no-password Aditya Toshniwal <[email protected]>
@ 2025-02-06 12:03 ` Aditya Toshniwal <[email protected]>
2025-02-06 17:34 ` Re: Failed backup due to --no-password Serge De Maseneer <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Aditya Toshniwal @ 2025-02-06 12:03 UTC (permalink / raw)
To: Serge De Maseneer <[email protected]>; +Cc: pgadmin-support
Hi Serge,
What is your pgAdmin version?
On Thu, Feb 6, 2025 at 2:58 PM Serge De Maseneer <
[email protected]> wrote:
> Hello,
>
> I connect to the database over a SSL connection to the server. The
> connection method is scram-sha-256 even for local connections.
>
> If the password is added tot the env of the process why can i connect to
> the database but not make a backup? Is this a bug I stumbled upon?
>
>
> On 6/02/2025 5:55, Aditya Toshniwal wrote:
>
> Hi Serge,
>
> How are you connecting to the server? Password, trust, service file, etc.?
> The password is added to the env of the process and not to the pg_dump
> command for security reasons, so --no-password is fine.
>
> On Wed, Feb 5, 2025 at 10:38 PM Serge De Maseneer <
> [email protected]> wrote:
>
>> Hello,
>>
>> I am trying to make a backup from a database with the backup command of
>> PgAdmin.
>>
>> This is the result of the operation: Failed
>>
>> It fails because of the --no-password setting. I looked if i could
>> somewhere force the --password setting instead but in vain.
>>
>> How can i make this work?
>>
>> Kind regards,
>>
>> Serge.
>>
>>
>>
>>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
>
>
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Staff SDE II | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] PMbAZ1FfkQWo9I89.png (72.9K, 3-PMbAZ1FfkQWo9I89.png)
download | view image
[image/jpeg] failed.jpg (191.1K, 4-failed.jpg)
download | view image
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Failed backup due to --no-password
2025-02-05 17:08 Failed backup due to --no-password Serge De Maseneer <[email protected]>
2025-02-06 04:55 ` Re: Failed backup due to --no-password Aditya Toshniwal <[email protected]>
2025-02-06 12:03 ` Re: Failed backup due to --no-password Aditya Toshniwal <[email protected]>
@ 2025-02-06 17:34 ` Serge De Maseneer <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Serge De Maseneer @ 2025-02-06 17:34 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-support
In mean time i installed version 9, same problem.
On 6/02/2025 13:03, Aditya Toshniwal wrote:
> Hi Serge,
>
> What is your pgAdmin version?
>
> On Thu, Feb 6, 2025 at 2:58 PM Serge De Maseneer
> <[email protected]> wrote:
>
> Hello,
>
> I connect to the database over a SSL connection to the server. The
> connection method is scram-sha-256 even for local connections.
>
> If the password is added tot the env of the process why can i
> connect to the database but not make a backup? Is this a bug I
> stumbled upon?
>
>
> On 6/02/2025 5:55, Aditya Toshniwal wrote:
>> Hi Serge,
>>
>> How are you connecting to the server? Password, trust, service
>> file, etc.?
>> The password is added to the env of the process and not to the
>> pg_dump command for security reasons, so --no-password is fine.
>>
>> On Wed, Feb 5, 2025 at 10:38 PM Serge De Maseneer
>> <[email protected]> wrote:
>>
>> Hello,
>>
>> I am trying to make a backup from a database with the backup
>> command of PgAdmin.
>>
>> This is the result of the operation: Failed
>>
>> It fails because of the --no-password setting. I looked if i
>> could somewhere force the --password setting instead but in vain.
>>
>> How can i make this work?
>>
>> Kind regards,
>>
>> Serge.
>>
>>
>>
>>
>>
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin Hacker | Sr. Staff SDE II |*enterprisedb.com*
>> <https://www.enterprisedb.com/;
>> "Don't Complain about Heat, Plant a TREE"
>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Staff SDE II |*enterprisedb.com*
> <https://www.enterprisedb.com/;
> "Don't Complain about Heat, Plant a TREE"
Attachments:
[image/png] PMbAZ1FfkQWo9I89.png (72.9K, 3-PMbAZ1FfkQWo9I89.png)
download | view image
[image/jpeg] failed.jpg (191.1K, 4-failed.jpg)
download | view image
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2025-02-06 17:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-02-05 17:08 Failed backup due to --no-password Serge De Maseneer <[email protected]>
2025-02-06 04:55 ` Aditya Toshniwal <[email protected]>
2025-02-06 12:03 ` Aditya Toshniwal <[email protected]>
2025-02-06 17:34 ` Serge De Maseneer <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox