Ad Widget

Collapse

Error Connecting to a postgres database during setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alkelaun
    Junior Member
    • Nov 2016
    • 1

    #1

    Error Connecting to a postgres database during setup

    I receive the following error during the third step of the web setup:

    Cannot connect to the database.
    Details
    The frontend does not match Zabbix database.
    I'm using:
    Ubuntu 16.10
    nginx
    php7.0
    postgresql
    zabbix 3.2

    I'm using the repository version from here:

    (I realize it's unsupported, but I'm not sure why it's not working)

    I've followed the directions here for creating the database:


    My settings for the page are:
    databasetype PostgreSQL
    database host: localhost
    database port: 0
    database name: zabbix2
    database schema: [blank]
    user: zabbix
    password: zabbix [have tried others]

    Any help (or links to tutorials) would be appreciated. My google-fu has run out.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The frontend does not match Zabbix database.
    The output of this message means that the PHP application and the database version do not match.

    Is the database newly created?
    If you have created a new one, please check whether the SQL statement at the time of database creation was for 3.2.

    Comment

    Working...