Thread: BUG #6114: Bad path

BUG #6114: Bad path

From
"Wiesiek"
Date:
The following bug has been logged online:

Bug reference:      6114
Logged by:          Wiesiek
Email address:      wuwak@wp.pl
PostgreSQL version: PG ADMIN 1.12.2
Operating system:   Win2k3, Win2k8
Description:        Bad path
Details:

When I try to backup i have a problem.
\"alfaCC2\"
I have to do the backup manually from the console and correct entry. This
problem occurs for me on several servers. Where can improve the path
correctly defined the?

########## LOG ###############
D:\Program Files\PostgreSQL\9.0\bin\pg_dump.exe --host localhost --port 5432
--username "nova" --format custom --blobs --verbose --file
"J:\2011-07-12\alfaCC2.backup" \"alfaCC2\"
pg_dump: [archiver (db)] connection to database ""alfaCC2"" failed: FATAL:
database ""alfaCC2"" does not exist
pg_dump: *** aborted because of error

Process returned exit code 1.

Re: BUG #6114: Bad path

From
"Kevin Grittner"
Date:
"Wiesiek" <wuwak@wp.pl> wrote:

> Description:        Bad path

> When I try to backup i have a problem.
> \"alfaCC2\"

> I have to do the backup manually from the console and correct
> entry.

"Manually from the console" as opposed to what?

What "entry" do you correct?  In what way?

> Where can improve the path correctly defined the?
>
> ########## LOG ###############
> D:\Program Files\PostgreSQL\9.0\bin\pg_dump.exe --host localhost
> --port 5432 --username "nova" --format custom --blobs --verbose
> --file "J:\2011-07-12\alfaCC2.backup" \"alfaCC2\"
> pg_dump: [archiver (db)] connection to database ""alfaCC2""
> failed: FATAL: database ""alfaCC2"" does not exist
> pg_dump: *** aborted because of error
>
> Process returned exit code 1.

You don't show any error message which mentions "path" in any way.
Why do you use that word to describe your problem?

One thing I do notice is that you didn't specify a database name on
the command line.  What is your PGDATABASE environment variable
value?  Maybe you just need to add the database name to the end of
your command line?

-Kevin