Hello,
I’ve spent a while on building a Postgres v18 + TSDB v2.23 virtual server. Then on another server I’ve put the latest version of Zabbix on it plus Nginx and I went through the wizard and connect it to the database and logged in but saw that it couldn’t connect to the database.
I read somewhere that Postgres v18 + TSDB v2.23 is now supported?
Anyway I’ve had to add the below to the server.conf and all is working now.
AllowUnsupportedDBVersions=1
am I ok to leave it like this? Of should we downgrade to v17 with v2.22?
I’ve spent a while on building a Postgres v18 + TSDB v2.23 virtual server. Then on another server I’ve put the latest version of Zabbix on it plus Nginx and I went through the wizard and connect it to the database and logged in but saw that it couldn’t connect to the database.
I read somewhere that Postgres v18 + TSDB v2.23 is now supported?
Anyway I’ve had to add the below to the server.conf and all is working now.
AllowUnsupportedDBVersions=1
am I ok to leave it like this? Of should we downgrade to v17 with v2.22?

Comment