Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17233

Fix documentation inconsistency

XMLWordPrintable

    • 0

      In the page below, we mention that commands should be executed with zabbix user ( sudo -u zabbix )

      shell> cd database/postgresql
      shell> cat schema.sql | sudo -u zabbix psql zabbix
      # stop here if you are creating database for Zabbix proxy
      shell> cat images.sql | sudo -u zabbix psql zabbix
      shell> cat data.sql | sudo -u zabbix psql zabbix
      

      In this page we allow to choose username on their own.
      https://www.zabbix.com/documentation/4.0/manual/installation/install_from_packages/rhel_centos#importing_data

      With PostgreSQL:
      # zcat /usr/share/doc/zabbix-server-pgsql*/create.sql.gz | sudo -u <username> psql zabbix
      

            martins-v Martins Valkovskis
            dlamberts Dmitrijs Lamberts
            Team D
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: