ProxySQL-Admin has it's configuration split across multiple files on disk. As 1.4.7:
proxysql-admin.cnf - stores initial config and credentials to connect to admin interface
host_priority.conf - stores the list in which failover should happen
CLUSTER_NAME_reload - stores a flag to control when tables should be load to runtime
CLUSTER_NAME_mode - stores the mode in which the cluster is running at the moment.
Those configurations should be stored inside proxysql admin database. This makes maintenance and upgrade process from version to version easier.
For example, while troubleshooting an issue, we need to ask a customer to dump the config and separately send the various disk files just to know their config.
ProxySQL-Admin has it's configuration split across multiple files on disk. As 1.4.7:
proxysql-admin.cnf - stores initial config and credentials to connect to admin interface
host_priority.conf - stores the list in which failover should happen
CLUSTER_NAME_reload - stores a flag to control when tables should be load to runtime
CLUSTER_NAME_mode - stores the mode in which the cluster is running at the moment.
Those configurations should be stored inside proxysql admin database. This makes maintenance and upgrade process from version to version easier.
For example, while troubleshooting an issue, we need to ask a customer to dump the config and separately send the various disk files just to know their config.