Ad Widget

Collapse

Help to find the SQL schema files for a Zabbix 6.0 on debian 10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • valeryf
    Junior Member
    • Jun 2022
    • 10

    #1

    Help to find the SQL schema files for a Zabbix 6.0 on debian 10

    Hi guys

    I read so many time the zabbix documentation and install process on many sites to reach that point on a new install of Zabbix 6.0 on a Debian buster (10) :

    But where dammed are available the associated schemas that are mentionned in all tutorials...

    Having retrieved the pointed


    the /usr/share/doc/zabbix-mysql-server DO NOT contain the DB initializing SQLs...

    The source repo for debian confirms the content : 2 changelogs and a copyright notice... No DB schemas....

    what have i missed ?
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    http://repo.zabbix.com/zabbix/6.0/de...bian10_all.deb ??
    Code:
    ./
    ./usr/
    ./usr/share/
    ./usr/share/doc/
    ./usr/share/doc/zabbix-sql-scripts/
    ./usr/share/doc/zabbix-sql-scripts/changelog.Debian.gz
    ./usr/share/doc/zabbix-sql-scripts/changelog.gz
    ./usr/share/doc/zabbix-sql-scripts/copyright
    ./usr/share/doc/zabbix-sql-scripts/mysql/
    ./usr/share/doc/zabbix-sql-scripts/mysql/double.sql
    ./usr/share/doc/zabbix-sql-scripts/mysql/history_pk_prepare.sql
    ./usr/share/doc/zabbix-sql-scripts/mysql/proxy.sql
    ./usr/share/doc/zabbix-sql-scripts/mysql/server.sql.gz
    ./usr/share/doc/zabbix-sql-scripts/postgresql/
    ./usr/share/doc/zabbix-sql-scripts/postgresql/double.sql
    ./usr/share/doc/zabbix-sql-scripts/postgresql/history_pk_prepare.sql
    ./usr/share/doc/zabbix-sql-scripts/postgresql/proxy.sql
    ./usr/share/doc/zabbix-sql-scripts/postgresql/server.sql.gz
    ./usr/share/doc/zabbix-sql-scripts/postgresql/timescaledb.sql
    ./usr/share/doc/zabbix-sql-scripts/sqlite3/
    ./usr/share/doc/zabbix-sql-scripts/sqlite3/proxy.sql

    Comment


    • valeryf
      valeryf commented
      Editing a comment
      Great ! actually i missed that those scripts are now isolated in the zabbix-scripts package ;-)
Working...