Postgres Export
Posted: Tue Apr 13, 2004 3:37 am
Hi,
I am trying to take Database backup. I use this command.
# ./pg_dump -U username -cif filename.sql dbname
Its exporting, but in the Log, its giving like
"LOG: out of file descriptors: Too many open files; release and retry"
Can anybody tell me what is this? And what i have to do clear this out??
Thanks.
I am trying to take Database backup. I use this command.
# ./pg_dump -U username -cif filename.sql dbname
Its exporting, but in the Log, its giving like
"LOG: out of file descriptors: Too many open files; release and retry"
Can anybody tell me what is this? And what i have to do clear this out??
Thanks.