Ad Widget

Collapse

Zabbix is not creating create.sql.gz

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alanaguinaga
    Junior Member
    • Nov 2021
    • 8

    #1

    Zabbix is not creating create.sql.gz

    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?

  • gofree
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2017
    • 400

    #2
    5.5.1 - whats that ? is it the development version of 6.0.x ? expect alpha/beta quality in there if thats the case eg. what repo/version are you using to install zabbix?

    Comment

    • alanaguinaga
      Junior Member
      • Nov 2021
      • 8

      #3
      Originally posted by gofree
      5.5.1 - whats that ? is it the development version of 6.0.x ? expect alpha/beta quality in there if thats the case eg. what repo/version are you using to install zabbix?
      The problem is exactly in this version. It not creates any file to export.

      rpm -ivh http://repo.zabbix.com/zabbix/5.5/rh...el8.noarch.rpm


      I removed this version and put stable 5.4-1 and is was installed and working right now with any problem.


      If there is a way to install this version 5.5-1 and generate create.sql.gz let me know.

      Comment

      Working...