Why is the configuration not updated? #111
-
I have the following configuration:
But changing the config.json file does not change the configuration of the connector. Is the environment variable CONFIGURATION_PATH correct? If yes, why is the connector configuration not updated? Even syntax errors in the config.json do not prevent the connector from startup. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
The configuration is loaded once, during the first connector start. Then, this is persisted and is reloaded from the DB every time the connector gets restarted. Thus, the connector will not load a newer |
Beta Was this translation helpful? Give feedback.
-
There are several possible solutions, from deleting the volume, editing it directly in the database or via API calls etc. However, the proposed solution of the application.properties variable is only available from Connector v6.5.0, not in the above referenced v6.2.0. I would recommend updating the Connector version you are using. |
Beta Was this translation helpful? Give feedback.
There are several possible solutions, from deleting the volume, editing it directly in the database or via API calls etc.
However, the proposed solution of the application.properties variable is only available from Connector v6.5.0, not in the above referenced v6.2.0.
I would recommend updating the Connector version you are using.