[BUGS] Bug in postgres 9.2 installation: pg_archivecleanup: command not found

2012-11-12 Thread Niels Kristian Schjødt
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/post

[BUGS] Bug in postgres 9.2 installation

2012-11-12 Thread Niels Kristian Schjødt
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/post

Re: [BUGS] Bug in postgres 9.2 installation: pg_archivecleanup: command not found

2012-11-12 Thread Niels Kristian Schjødt
> You probably need to install -contrib subpackage as well. > > Regards, > > "Niels Kristian Schjødt" 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-ge