Обсуждение: not able to pg_dump the database...

Поиск
Список
Период
Сортировка

not able to pg_dump the database...

От
"Rajesh Kumar Mallah."
Дата:

Hi,

I am not able to dump the database using pg_dump.

$ /usr/local/pgsql/bin/pg_dump -v -v  tradein_clients  > out

give the following error and stops...


.....................
.,...................
pg_dump: creating SCHEMA vijay
pg_dump: creating SCHEMA reports
pg_dump: creating SCHEMA catalogs
pg_dump: creating SCHEMA data_bank
pg_dump: creating SCHEMA utils
pg_dump: creating SCHEMA backups
pg_dump: creating FUNCTION recordchange ()
pg_dump: creating TABLE MirrorHost
pg_dump: creating TABLE Pending
pg_dump: creating TABLE PendingData
pg_dump: creating TABLE MirroredTransaction
pg_dump: creating FUNCTION ltree_in (cstring)
pg_dump: creating FUNCTION ltree_out (ltree)
pg_dump: creating TYPE ltree
pg_dump: creating FUNCTION ltree_cmp (ltree, ltree)
pg_dump: creating FUNCTION ltree_lt (ltree, ltree)
pg_dump: creating FUNCTION ltree_le (ltree, ltree)
pg_dump: creating FUNCTION ltree_eq (ltree, ltree)
pg_dump: creating FUNCTION ltree_ge (ltree, ltree)
pg_dump: [archiver] could not write to output file (2 != 126)
pg_dump: *** aborted because of error

can anyone please help

regds
mallah.





--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.



Re: not able to pg_dump the database...

От
Tom Lane
Дата:
"Rajesh Kumar Mallah." <mallah@trade-india.com> writes:
> pg_dump: [archiver] could not write to output file (2 != 126)
> pg_dump: *** aborted because of error

Most likely, you're out of disk space for the dump file ...

            regards, tom lane

Re: not able to pg_dump the database...

От
"Rajesh Kumar Mallah."
Дата:
Thanks

That was indeed the case, sorry for the stupidity.


Merry Christmas.
regds
mallah.

On Monday 23 December 2002 11:17 pm, Tom Lane wrote:
> "Rajesh Kumar Mallah." <mallah@trade-india.com> writes:
> > pg_dump: [archiver] could not write to output file (2 != 126)
> > pg_dump: *** aborted because of error
>
> Most likely, you're out of disk space for the dump file ...
>
>             regards, tom lane

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.