mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
391c68d29c
- Split the port to server, frontend, agent and proxy slaves - Add zabbix16 for people who don't want to update to 1.8 yet PR: ports/141364 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
12 lines
548 B
Plaintext
12 lines
548 B
Plaintext
======================================================================
|
|
Zabbix requires a database. If you are using SQLite, one will be
|
|
created automatically. Otherwise you can install one as follows (<db>
|
|
is your database engine and <db_client> is its client program):
|
|
|
|
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/create
|
|
% cat schema/<db>.sql data/data.sql data/images_<db>.sql | <db_client>
|
|
|
|
To upgrade an existing database, see the scripts in
|
|
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades.
|
|
======================================================================
|