Hi
I have a backup from my Zabbix 4.4 installation I try to re-install again.
I have tried to install a new server with ubuntu 18.04 as the old server and installer a new Zabbix 4.4 based on the notes I have from the old server. So it is setup the same way.
Now I copy the old database back to the new server and it gives no errors but it gives all kind of errors.
sudo mysql -u'root' -p'Password' zabbix -e "set global innodb_strict_mode='OFF';"
zcat /opt/zabbix-backup/zabbix-server-mysql/create.sql.gz | mysql -h localhost -u zabbix -p'Password' 'zabbix'
sudo mysql -u'root' -p'Password' zabbix -e "set global innodb_strict_mode='ON';"
But now the user Admin says it is a quest and I cannot login to see any think.
The strang thonk is sometime it access Admin as administrator for some minuts and then it is guest again.
Any idea how to get control with the server again
What I am trying to do is to come in and get the configuration out of the server and build a new one.
Regards
Henning
I have a backup from my Zabbix 4.4 installation I try to re-install again.
I have tried to install a new server with ubuntu 18.04 as the old server and installer a new Zabbix 4.4 based on the notes I have from the old server. So it is setup the same way.
Now I copy the old database back to the new server and it gives no errors but it gives all kind of errors.
sudo mysql -u'root' -p'Password' zabbix -e "set global innodb_strict_mode='OFF';"
zcat /opt/zabbix-backup/zabbix-server-mysql/create.sql.gz | mysql -h localhost -u zabbix -p'Password' 'zabbix'
sudo mysql -u'root' -p'Password' zabbix -e "set global innodb_strict_mode='ON';"
But now the user Admin says it is a quest and I cannot login to see any think.
The strang thonk is sometime it access Admin as administrator for some minuts and then it is guest again.
Any idea how to get control with the server again
What I am trying to do is to come in and get the configuration out of the server and build a new one.
Regards
Henning
Comment