Add parameter to always merge config into proxyql

The --reload parameter ensures that any changes
in the proxysql configuration file are applied
to the already existing internal proxysql database.

Change-Id: I9215d6cef3795030676c44a8184d99ba46dcb60c
This commit is contained in:
Michal Arbet 2024-09-09 15:30:51 +02:00
parent 753a7e1a12
commit adab6fbda6

View File

@ -4,4 +4,5 @@ PROXYSQL_LOG_FILE="/var/log/kolla/proxysql/proxysql.log"
proxysql \
--idle-threads \
--reload \
--no-version-check -f -c /etc/proxysql.cnf >> ${PROXYSQL_LOG_FILE} 2>&1