Monday, September 17, 2012

Install pgAdmin for PostgreSQL 9.2 on Ubuntu 12.04


The Ubuntu 12.04 package manager will install pgadmin3 version 1.14 which does not support PostgreSQL 9.2.

Warning:
The server you are connecting to is not a version that is supported by this release of pgAdmin III.
pgAdmin III may not function as expected.
Supported server versions are 8.2 to 9.1.

Remove the current pgAdmin version


sudo apt-get remove pgadmin3


Install pgAdmin version 1.16 using a ppa


sudo apt-add-repository ppa:voronov84/andreyv
sudo apt-get update
sudo apt-get install pgadmin3


Update: If you are having trouble with the method above (see comments below) try the .deb install.

pgAdmin 1.16 (amd64)
pgAdmin 1.16 (i386)


7 comments:

  1. This doesn't work for me. I get the same issue either way.

    ReplyDelete
  2. me neither...is there any real way to install 1.16 version?

    ReplyDelete
  3. hey guys, just updated the post with 1.16 .deb files. Please download and double-click to install.

    ReplyDelete
  4. i just reinstalled xubuntu (now 12.10) and just runnng
    sudo apt-get install pgadmin3

    ReplyDelete
    Replies
    1. Hi Ahtoh, are you sure they are for pgadmin3 1.16 version?

      Delete
  5. Большое спасибо. Сработало с ppa на 12.10

    ReplyDelete