Re: Backup failed using pg_dump from command promt

From: Vince RIVES <vinceroi2004(at)hotmail(dot)com>
To: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Backup failed using pg_dump from command promt
Date: 2015-10-03 01:28:51
Message-ID: DUB111-W623F50E323887B9EE7DF13CA4A0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Not sure if someone answered this question.
When using pgadminIII to run a backup, I saw the following command:C:/Program Files/PostgreSQL/9.4/bin\pg_dump.exe --host localhost --port 5432 --username "postgres" --no-password --format custom --blobs --verbose --file "C:\testpostgresbk.backup" "postgres"
Hope this helps,Vince

Date: Wed, 30 Sep 2015 10:38:04 -0500
Subject: [NOVICE] Backup failed using pg_dump from command promt
From: jorgemal1960(at)gmail(dot)com
To: pgsql-novice(at)postgresql(dot)org

Hi,
I have a DB in a Windows Server 2008 R2 and I want to automate the backup process using a batch file with a script which should run based on a task in the Task Scheduler. The dump command is as follows:
pg_dump -E win1252 -f d:/backups/myBackup.backup -F p -n schemaName -h localhost -U postgres -w dbName

Also, I have included the password information in the pgpass.conf file located at c:\Users\UserName\AppData\Roaming\postgresql folder with the following format:
localhost:5432:dbName:userName:password
If I manually run the batch file that contains the script I get a message saying that "the connection to the database failed: fe_sendauth: no password supplied".
What am I missing?
With respect,Jorge Maldonado

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ken Benson 2015-10-03 01:40:48 Re: Backup failed using pg_dump from command promt
Previous Message Devrim GÜNDÜZ 2015-10-01 18:55:51 Re: RPM Upgrading