Zabbix 3.0 and 3.2 manual for proxy installation has incorrect SQLite command

XMLWordPrintable

    • Type: Documentation task
    • Resolution: Fixed
    • Priority: Trivial
    • None
    • Affects Version/s: 3.0.10, 3.2.7
    • Component/s: Documentation (D)

      For the Zabbix Proxy Installation Guide , command given for importing the Sqlite schema is

      1. zcat /usr/share/doc/zabbix-proxy-pgsql-3.0.X/schema.sql.gz | sqlite3 zabbix.db

      It should instead be corrected to:

      1. zcat /usr/share/doc/zabbix-proxy-sqlite3-3.0.X/schema.sql.gz | sqlite3 zabbix.db

            Assignee:
            Unassigned
            Reporter:
            Aditya Konarde
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: