Ad Widget

Collapse

DB type "POSTGRESQL" is not supported by current setup. Possible values MYSQL.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dxhome
    Junior Member
    • Apr 2016
    • 2

    #1

    DB type "POSTGRESQL" is not supported by current setup. Possible values MYSQL.

    Zabbix 3.0.1 installed by src on SLES12 with posgres 9.3

    Zabbix server started successfully but when I try to use php web to setup GUI, I encountered "DB type "POSTGRESQL" is not supported by current setup. Possible values MYSQL.".

    It seems the php web doesn't support postgresql db

    how to solve this?
  • roberts.andzans
    Junior Member
    • Feb 2016
    • 20

    #2
    Hi,

    Check which PhP version has your system .
    It is mandatory for Zabbix 3.x Frontend to have PhP 5.4 or newer

    More information about supported Databases, Operating Systems and systems requirements you can check in - https://www.zabbix.com/documentation...n/requirements

    Rob

    Comment

    • roberts.andzans
      Junior Member
      • Feb 2016
      • 20

      #3
      Please make sure, that you have installed PostgreSQL database module for PHP as well.
      You can do that by using command:
      Code:
      yum install php-pgsql

      Comment

      Working...