Re: Sudenly unable to backup from database - Mailing list pgadmin-support

From jackrg
Subject Re: Sudenly unable to backup from database
Date
Msg-id C29E1A8D-837C-4FFA-81A7-DF40FBE2525F@GroundbreakingSoftware.com
Whole thread Raw
In response to Re: Sudenly unable to backup from database  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Sudenly unable to backup from database  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
I understand what the —no-password switch does from a technical point of view, but I was not manipulating that file. Earlier in the day the same sequence in pgAdmin successfully backed up the database. Between those two invocations, I did nothing that should have affected the existence of a pgpass file. I did not create one when it worked; nor did I delete it before the invocation that did not work. My inference is that perhaps pgAdmin created it the first time but not the second time. If that is true, then my question would by why did it not create the file the second time.

On Jun 18, 2014, at 7:36 AM, Guillaume Lelarge-3 [via PostgreSQL] <[hidden email]> wrote:

On Tue, 2014-06-03 at 11:31 -0700, jackrg wrote:

> Using pgAdmin 1.14.1, earlier this morning I did a backup of a single table
> from my database in plain format, which completed successfully. I now try to
> repeat that operation and it fails. Here are the messages from the attempt:
>
> /Applications/pgAdmin3.app/Contents/SharedSupport/pg_dump --host
> ec2-54-197-246-17.compute-1.amazonaws.com --port 5562 --username
> "u6u1m6ai8tdviu" --no-password  --format tar --section data --no-privileges
> --verbose --file "/Users/jackrg/Documents/heroku-partial-for-just-logs.dump"
> --table "public.logs" "d4n5qjtiqnucn2"
> pg_dump: [archiver (db)] connection to database "d4n5qjtiqnucn2" failed:
> FATAL:  password authentication failed for user "u6u1m6ai8tdviu"
> FATAL:  no pg_hba.conf entry for host "72.219.168.82", user
> "u6u1m6ai8tdviu", database "d4n5qjtiqnucn2", SSL off
>
> Process returned exit code 1.
>
> The problem is (apparently) the "--no-password" command-line switch. Why is
> that switch there (the database is password-protected and the password is on
> file, since I can connect to the database). FWIW, this Postgres database is
> hosted on Heroku.
>
It's here because noone will be able to type the password. If the
connection needs a password, you need a .pgpass file.


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



--
Sent via pgadmin-support mailing list (<a href="x-msg://12/user/SendEmail.jtp?type=node&amp;node=5807762&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support



If you reply to this email, your message will be added to the discussion below:
http://postgresql.1045698.n5.nabble.com/Sudenly-unable-to-backup-from-database-tp5805903p5807762.html
To unsubscribe from Sudenly unable to backup from database, click here.
NAML



View this message in context: Re: Sudenly unable to backup from database
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.

pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Sudenly unable to backup from database
Next
From: Guillaume Lelarge
Date:
Subject: Re: Sudenly unable to backup from database