Bug in postgres 9.2 installation: pg_archivecleanup: command not found

From: rahul143 <rk204885(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Bug in postgres 9.2 installation: pg_archivecleanup: command not found
Date: 2012-12-02 16:09:17
Message-ID: 1354464557086-5734608.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have installed postgres 9.2 on ubuntu 12.04 like this:

sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get update
sudo apt-get install postgresql-9.2

However after this, i get the following error:

2012-11-12 17:49:38 GMT WARNING: archive_cleanup_command "pg_archivecleanup
/var/lib/postgresql/9.2/wals/ %r": return code 32512
sh: 1: pg_archivecleanup: not found

The same happens if I try directly as root:

root(at)slave-db ~ # pg_archivecleanup
pg_archivecleanup: command not found

What can I do about it?

-----

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Bug-in-postgres-9-2-installation-pg-archivecleanup-command-not-found-tp5734608.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-12-02 21:19:17 Re: Updateable VIEWS and the manual
Previous Message rahul143 2012-12-02 15:59:15 Running out of memory while making a join