mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-11 12:58:53 +02:00
MySQL -> PostgreSQL in web images
This commit is contained in:
parent
99d09363f8
commit
00b193ea1e
@ -236,7 +236,7 @@ prepare_zbx_web_config() {
|
||||
|
||||
#################################################
|
||||
|
||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
||||
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||
|
||||
check_variables
|
||||
check_db_connect
|
||||
|
@ -237,7 +237,7 @@ prepare_zbx_web_config() {
|
||||
|
||||
#################################################
|
||||
|
||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
||||
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||
|
||||
check_variables
|
||||
check_db_connect
|
||||
|
@ -237,7 +237,7 @@ prepare_zbx_web_config() {
|
||||
|
||||
#################################################
|
||||
|
||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
||||
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||
|
||||
check_variables
|
||||
check_db_connect
|
||||
|
Loading…
Reference in New Issue
Block a user