Merge "Fix ProxySQL startup mode to use --initial"

This commit is contained in:
Zuul 2024-09-24 11:10:00 +00:00 committed by Gerrit Code Review
commit 45d70dc099

View File

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