postgresqlubuntuphppgadmin

Installing phpPgAdmin 5.1 on Ubuntu 16.04 with PostgreSQL 10 not supported


Install based on https://www.howtoforge.com/tutorial/ubuntu-postgresql-installation/ in my ubuntu 16.04

Log into http://localhost/phppgadmin/ PostgreSQL, browser show Version of PostgreSQL not supported. Please upgrade to version or later.

Any resolution?


Solution

  • EDIT 3: phpPgAdmin is in active development again! If you download the latest version, it supports PostgreSQL up to v11.x

    http://phppgadmin.sourceforge.net/doku.php?id=download https://github.com/phppgadmin/phppgadmin


    phpPgAdmin hasn't been actively developed for years. It's still a great interface for PostgreSQL, but unfortunately they only officially support up to 9.2. I've noticed that the latest version still works up to 9.6 though, at least it has in a production environment for the past 6 months, and before that worked with whatever I had (9.4 / 9.5?) for years.

    I would suggest installing 9.6 instead, and going from there.

    EDIT: If you're dead keen on using v10, then you can still use pgAdmin 4 as the interface, though this is not web based.

    Reference: Official phpPgAdmin Website

    EDIT2: See the answer by DToch for a good workaround