This is mostly a late-night rant after hours of multiple upgrade attempts have all failed but if you have some advice I'll listen.
This is my third time upgrading since I started using Zabbix. It's only my third because the first 2 went south and I'm reluctant to touch it. The previous two times required me to basically build a new server and start over rediscovering all my systems. This time I keep getting this error:
It seems common enough where this guide addresses it directly. Yet none of the solutions work. Nothing I've found in the official upgrade documentation or forums works. I've run the database patch, I've verified the db. credentials in the config files (server and php). I added the necessary $DB['DOUBLE_IEEE754'] line. I still cannot get past the database version error.
I'm on Ubuntu 20, MySQL and PHP are at least the required versions. What's in my zabbix_server.log? Nothing … literally. When I start the service it's not putting anything new in the log. The last log entry is 4.4.10 shutting down. I'm trying to go to 5. I've tried deleting the log hoping it would create a new one, it doesn't. I changed the debug level to 5, still nothing in the log. Just the db error when I bring up the webpage.
I rolled back to my 4.4.10 snapshot for now. Not really sure what else to do. I was debating a fresh 5 install and then restore a db. backup to that but A) I'm afraid that wont work and will be a waste of time and B) if I have to fight this software every time I upgrade I really should just use something else.
Thanks In Advance
This is my third time upgrading since I started using Zabbix. It's only my third because the first 2 went south and I'm reluctant to touch it. The previous two times required me to basically build a new server and start over rediscovering all my systems. This time I keep getting this error:
The frontend does not match Zabbix database. current database version (mandatory/optional): 4040000/4040002. required mandatory version: 5000000. contact your system administrator.
It seems common enough where this guide addresses it directly. Yet none of the solutions work. Nothing I've found in the official upgrade documentation or forums works. I've run the database patch, I've verified the db. credentials in the config files (server and php). I added the necessary $DB['DOUBLE_IEEE754'] line. I still cannot get past the database version error.
I'm on Ubuntu 20, MySQL and PHP are at least the required versions. What's in my zabbix_server.log? Nothing … literally. When I start the service it's not putting anything new in the log. The last log entry is 4.4.10 shutting down. I'm trying to go to 5. I've tried deleting the log hoping it would create a new one, it doesn't. I changed the debug level to 5, still nothing in the log. Just the db error when I bring up the webpage.
I rolled back to my 4.4.10 snapshot for now. Not really sure what else to do. I was debating a fresh 5 install and then restore a db. backup to that but A) I'm afraid that wont work and will be a waste of time and B) if I have to fight this software every time I upgrade I really should just use something else.
Thanks In Advance
Comment