Why are there pg_dump errors in my Apache httpd error_log ? (Postgres 8.3.7 on CentOS 5)

From: Aleksey Tsalolikhin <atsaloli(dot)tech(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Why are there pg_dump errors in my Apache httpd error_log ? (Postgres 8.3.7 on CentOS 5)
Date: 2009-11-03 20:37:40
Message-ID: d17c5b140911031237kd807475udac99f1206ceca3b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi. I just found pg_dump errors in my Apache httpd log and am really
confused. Has anybody seen this before?

My syslog.conf does not mention the httpd error_log.

How did the errors get in there?

# grep pg_dump /var/log/httpd/error_log
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: [archiver] could not open output file: Permission denied
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
pg_dump: server version: X.X.X; pg_dump version: Y.Y.Y
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.)
#

Thanks,
Aleksey

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-11-03 20:40:16 Re: Why are there pg_dump errors in my Apache httpd error_log ? (Postgres 8.3.7 on CentOS 5)
Previous Message Martin Gainty 2009-11-03 19:21:14 Re: How to automatically find the *right* libpq_fe.h?