Good evening everybody,
new to the party I have istalled Zabbix on a Xen DomU in debian under Xen Hypervisor (postrgresql/apache) following the website istructions.
I run in the subject issue when configuring Zabbix from the web interface:
zabbix=> \dt dbversion
List of relations
Schema | Name | Type | Owner
--------+-----------+-------+--------
public | dbversion | table | zabbix
(1 row)
So I am not sure what I am doing wrong here.
I did a search in teh forum but related issues were of different origin (lack of importing the scheme or lack of socket connection)
Any pointers please?
Kind regards
Fabio
new to the party I have istalled Zabbix on a Xen DomU in debian under Xen Hypervisor (postrgresql/apache) following the website istructions.
I run in the subject issue when configuring Zabbix from the web interface:
- Unable to determine current Zabbix database version: the table "dbversion" was not found.
zabbix=> \dt dbversion
List of relations
Schema | Name | Type | Owner
--------+-----------+-------+--------
public | dbversion | table | zabbix
(1 row)
Code:
zabbix=> \d dbversion
Table "public.dbversion"
Column | Type | Collation | Nullable | Default
-------------+---------+-----------+----------+---------
dbversionid | bigint | | not null |
mandatory | integer | | not null | 0
optional | integer | | not null | 0
Indexes:
"dbversion_pkey" PRIMARY KEY, btree (dbversionid)
I did a search in teh forum but related issues were of different origin (lack of importing the scheme or lack of socket connection)
Any pointers please?
Kind regards
Fabio
Comment