Re: Bug in postgres 9.2 installation: pg_archivecleanup: command not found

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Niels Kristian Schjødt <nielskristian(at)autouncle(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug in postgres 9.2 installation: pg_archivecleanup: command not found
Date: 2012-11-12 18:55:30
Message-ID: b1c60fec-8732-4398-92b6-04b357bf7f91@email.android.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

You probably need to install -contrib subpackage as well.

Regards,

"Niels Kristian Schjødt" <nielskristian(at)autouncle(dot)com> wrote:

>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?

--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Niels Kristian Schjødt 2012-11-12 19:05:41 Re: Bug in postgres 9.2 installation: pg_archivecleanup: command not found
Previous Message Niels Kristian Schjødt 2012-11-12 18:45:37 Bug in postgres 9.2 installation: pg_archivecleanup: command not found