Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
2.2.14
-
None
Description
I'm trying to reload the configuration file by sending the SIGHUP signal to Maxscale, but I'm persistently getting this error:
2018-09-17 19:38:08 notice : Loading /secrets/maxscale.cnf.
|
2018-09-17 19:38:08 error : The [maxscale] section must only be defined in the root configuration file.
|
2018-09-17 19:38:08 error : The [maxscale] section must only be defined in the root configuration file.
|
2018-09-17 19:38:08 error : The [maxscale] section must only be defined in the root configuration file.
|
2018-09-17 19:38:08 error : The [maxscale] section must only be defined in the root configuration file.
|
2018-09-17 19:38:08 error : The [maxscale] section must only be defined in the root configuration file.
|
2018-09-17 19:38:08 error : Failed to parse configuration file /secrets/maxscale.cnf. Error on line 2.
|
If I remove the [maxcale] section from the config file manually before sending the signal, then everything works as expected. Am I doing anything wrong on my side?