Hello,
I am upgrading the zabbix server from version 1.6.9 to 1.8.13 and I am encountering the following issue when I want to upgrade the database.
According to the manual, I have to execute the following command:
However, when executing this command, I receive the following message:
Does someone know what could be wrong and how to solve it?
I have postgresql 8.4.6 installed.
I am upgrading the zabbix server from version 1.6.9 to 1.8.13 and I am encountering the following issue when I want to upgrade the database.
According to the manual, I have to execute the following command:
Code:
$ ....../upgrades/dbpatches/1.8/postgresql/patch.sql
Code:
./patch.sql: line 1: syntax error near unexpected token `('
./patch.sql: line 1: `CREATE INDEX actions_1 ON actions (eventsource,status);'
I have postgresql 8.4.6 installed.
Comment