Yes I needed to upgrade my old mariadb to the new version before I could import it - but alas - it still failed even after doing that. argh!
Ad Widget
Collapse
Unable to restore 20gig database backup to newly installed zabbix
Collapse
X
-
Original server on which zabbix is running with no hick ups is suspected of being compromised, Centos 7.7, zabbix 3.4.15, Mariadb 5.5.64
The last new server attempt was Ubuntu 18.4, zabbix 3.4.15, Mariadb 10.1.x installed from the install disk.
I am running the zabbix server on vm so I made a backup of the virtual it, restored it to a different vm server with a different IP address, shutdown zabbix
and then upgraded the MariaDB from 5.5.64 to 10.0 and then 10.1.
Then I backed up the database. Copied over to the new machine and restored the backup. Still failed.
So now I am trying to install mariadb 5.5.64 and zabbix 3.4.15 to the new machine and try the backup restore again.Comment
-
With apt you can do this to prevent installing database with zabbix-server-mysql:
Code:# apt install zabbix-server-mysql mariadb-server-10.1- ... The following NEW packages will be installed: zabbix-server-mysql
Note the minus in the end of mariadb-server-10.1
MarkkuComment
Comment