Re: Cannot get a backup using a script

Поиск
Список
Период
Сортировка
От Felipe Santos
Тема Re: Cannot get a backup using a script
Дата
Msg-id CAPYcRiUwqFwyNUhmUfWDO_-L44SuhWvsD2k40xTQtGFA1CD1Qw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Cannot get a backup using a script  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Список pgsql-novice


2015-11-26 13:28 GMT-02:00 JORGE MALDONADO <jorgemal1960@gmail.com>:
Thanks for your kind response.
I wrote "Username" only to show that a user name must be provided. It is actually the administrator of the domain.

If I issue the "echo %APPDATA%" command I get "c:\Users\Administrator\AppData\Roaming".

I tested issuing the following command:
SET PGPASSFILE="C:\Users\Administrator\AppData\Roaming\postgresql\pgpass.conf"
And then "echo %APPDATA%" again, and I still get "c:\Users\Administrator\AppData\Roaming"
Is there any relation between these 2 commands?

Another test I did was to SET APPDATA="C:\Users\Adminstrator\AppData\Roaming\postgresql\pgpass.conf"
After this, I did "echo %APPDATA%" and I get the correct path. Then I issue pg_dump but I still get the same error message.


Best regards,
Jorge Maldonado


On Thu, Nov 26, 2015 at 3:13 AM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
JORGE MALDONADO wrote:
> I have been trying to get automated backups of a PostgreSQL database using a script without success.
> The error I get is "fe_sendauth: no password supplied".
>
> I have a pgpass.conf in "C:\Users\Username\AppData\Roaming\postgresql\pgpass.conf" with the correct
> information: localhot:5432:dbname:postgres:mypassword

Is this "Username" literally?

What do you get for "echo %APPDATA%"?

The path should be %APPDATA%\postgresql\pgpass.conf

Yours,
Laurenz Albe


Good afternoon Jorge,

Can you show us the backup script?

BR

В списке pgsql-novice по дате отправления:

Предыдущее
От: JORGE MALDONADO
Дата:
Сообщение: Re: Cannot get a backup using a script
Следующее
От: Ken Benson
Дата:
Сообщение: Re: Cannot get a backup using a script