public inbox for [email protected]
help / color / mirror / Atom feedpg_dump hangs
2+ messages / 2 participants
[nested] [flat]
* pg_dump hangs
@ 2014-02-24 15:22 Pavel Holec <[email protected]>
2014-02-24 20:52 ` Re: pg_dump hangs David Johnston <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Holec @ 2014-02-24 15:22 UTC (permalink / raw)
To: pgsql-docs
Hi All,
On clear Windows XP pro and clear Windows 7 pro pg_dump hangs after creation backup file. (backup file is successfully created)
Clear Win I mean after install with vc redist 2010 only.
Problem is in pg_dump 9.3.2. and 9.3.3 only.
My testing was in Oracle VM Virtual box and erlier versions pg_dump from 9.2 to 8.3 has no problem.
My tests was with cmd:
SET PGPASSWORD=***
pg_dump.exe -i -h 192.168.0.2 -p 5432 -U backup -Fc -b -v -f file.backup mydb
But tests with DB on localhost was no problem.
Pavel
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: pg_dump hangs
2014-02-24 15:22 pg_dump hangs Pavel Holec <[email protected]>
@ 2014-02-24 20:52 ` David Johnston <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: David Johnston @ 2014-02-24 20:52 UTC (permalink / raw)
To: pgsql-docs
Holec wrote
> Hi All,
>
> On clear Windows XP pro and clear Windows 7 pro pg_dump hangs after
> creation backup file. (backup file is successfully created)
> Clear Win I mean after install with vc redist 2010 only.
>
> Problem is in pg_dump 9.3.2. and 9.3.3 only.
> My testing was in Oracle VM Virtual box and erlier versions pg_dump from
> 9.2 to 8.3 has no problem.
>
> My tests was with cmd:
> SET PGPASSWORD=***
> pg_dump.exe -i -h 192.168.0.2 -p 5432 -U backup -Fc -b -v -f file.backup
> mydb
>
> But tests with DB on localhost was no problem.
>
> Pavel
First, this should have been posted to -general or, if you really feel
strongly about it, -bugs. Not sure why you thought to post it to -docs... I
recommend re-posting to -general along with adding additional information.
The specific information you should include would be any rows from
"pg_stat_activity" that show activity; especially any that appear to belong
to the pg_dump process. Depending on what activity is reported the
information returned from "pg_locks" may also prove helpful.
A couple of observations:
"-i" is deprecated (since at least 8.4)...
"-b" is only needed for selective dumps...
"-v" you've turned on verbose mode - maybe include the last handful of
output lines in your complaint...
Given the apparent testing of different versions of PostgreSQL you should
also provide the pairing of pg_dump and postgres that you are using (or
confirm they are the same).
David J.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-dump-hangs-tp5793304p5793389.html
Sent from the PostgreSQL - docs mailing list archive at Nabble.com.
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2014-02-24 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24 15:22 pg_dump hangs Pavel Holec <[email protected]>
2014-02-24 20:52 ` David Johnston <[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