Hi everyone!
I'm just jumping back into an older Zabbix instance I have been testing with after some time off. Zabbix runs in Kubernetes, postgres/timescale run on a VM. I upgraded postgres to 13 without a problem. Not that I go to log into the Zabbix UI, my Admin user won't work - bad password.
I've tried to reset the user password in the database using: update users set passwd=md5('zabbix') where username='Admin';
Still doesn't work when I attempt to log in. Any ideas?
Thanks!
Max
I'm just jumping back into an older Zabbix instance I have been testing with after some time off. Zabbix runs in Kubernetes, postgres/timescale run on a VM. I upgraded postgres to 13 without a problem. Not that I go to log into the Zabbix UI, my Admin user won't work - bad password.
I've tried to reset the user password in the database using: update users set passwd=md5('zabbix') where username='Admin';
Still doesn't work when I attempt to log in. Any ideas?
Thanks!
Max
Comment