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:
parent
753a7e1a12
commit
adab6fbda6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user