I'm trying to install Zabbix version 5.5.1 on RHEL 8.4 and it is not creating create.sql.gz to import schema to new zabbix database.
I tried to remove and install again but nothig.
This is what I used to install it:
dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-agent
[root@zbx-csi-srv-hml doc]# locate create
/root/grafanabkp/grafana/public/app/features/folders/partials/create_folder.html
/root/grafanabkp/grafana/public/app/features/teams/partials/create_team.html
/root/grafanabkp/grafana/public/e2e-test/pages/dashboards/createDashboardPage.ts
/usr/lib64/python3.6/site-packages/gpg/constants/create.py
/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.opt-
1.pyc
/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc
/usr/sbin/create-cracklib-dict
/usr/share/audit/sample-rules/30-ospp-v42-1-create-failed.rules
/usr/share/audit/sample-rules/30-ospp-v42-1-create-success.rules
/usr/share/doc/perl-IO-Socket-SSL/certs/create-certs.pl
/usr/share/man/man8/create-cracklib-dict.8.gz
/var/lib/authselect/user-nsswitch-created
[root@zbx-csi-srv-hml doc]#
[root@zbx-csi-srv-hml zabbix-server-mysql]# ls -lars
total 1344
4 -rw-r--r--. 1 root root 1317 Dec 13 09:24 README
4 -rw-r--r--. 1 root root 52 Dec 13 09:24 NEWS
1300 -rw-r--r--. 1 root root 1330222 Dec 13 11:20 ChangeLog
20 -rw-r--r--. 1 root root 17990 Dec 13 09:24 COPYING
4 -rw-r--r--. 1 root root 98 Dec 13 09:24 AUTHORS
12 drwxr-xr-x. 302 root root 8192 Dec 29 16:59 ..
0 drwxr-xr-x. 2 root root 79 Dec 29 16:59 .
[root@zbx-csi-srv-hml zabbix-server-mysql]#
I have this problem on Ubuntu 20.04 and it could be solved commenting lines but I cannot finish my installation on RHEL8.4.
Are there some way to download or import this schema from other place?
I tried to remove and install again but nothig.
This is what I used to install it:
dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-agent
[root@zbx-csi-srv-hml doc]# locate create
/root/grafanabkp/grafana/public/app/features/folders/partials/create_folder.html
/root/grafanabkp/grafana/public/app/features/teams/partials/create_team.html
/root/grafanabkp/grafana/public/e2e-test/pages/dashboards/createDashboardPage.ts
/usr/lib64/python3.6/site-packages/gpg/constants/create.py
/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.opt-
1.pyc
/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc
/usr/sbin/create-cracklib-dict
/usr/share/audit/sample-rules/30-ospp-v42-1-create-failed.rules
/usr/share/audit/sample-rules/30-ospp-v42-1-create-success.rules
/usr/share/doc/perl-IO-Socket-SSL/certs/create-certs.pl
/usr/share/man/man8/create-cracklib-dict.8.gz
/var/lib/authselect/user-nsswitch-created
[root@zbx-csi-srv-hml doc]#
[root@zbx-csi-srv-hml zabbix-server-mysql]# ls -lars
total 1344
4 -rw-r--r--. 1 root root 1317 Dec 13 09:24 README
4 -rw-r--r--. 1 root root 52 Dec 13 09:24 NEWS
1300 -rw-r--r--. 1 root root 1330222 Dec 13 11:20 ChangeLog
20 -rw-r--r--. 1 root root 17990 Dec 13 09:24 COPYING
4 -rw-r--r--. 1 root root 98 Dec 13 09:24 AUTHORS
12 drwxr-xr-x. 302 root root 8192 Dec 29 16:59 ..
0 drwxr-xr-x. 2 root root 79 Dec 29 16:59 .
[root@zbx-csi-srv-hml zabbix-server-mysql]#
I have this problem on Ubuntu 20.04 and it could be solved commenting lines but I cannot finish my installation on RHEL8.4.
Are there some way to download or import this schema from other place?
eg. what repo/version are you using to install zabbix?
Comment