Couldn't do a hot update of nats.config #2964
mgonzalez-etra
started this conversation in
General
Replies: 1 comment
-
Since there is no bash for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a docker container with the nats image (we tryed with alpine and linux versions) and the command for changing the config without restarting the container didn't work. As there is no bash (or didn't find) I used the following command:
docker exec -ti nats_server.imagekey /nats-server --signal reload
The response from the container was:
"nats-server: unable to resolve pid, try providing one"
Did I miss something in the command or is it some kind of bug?
As the intention was to just change the nats users, there was no need to restart the whole container but we found no other solution for that. Also, the version of the image was nats and later tryed with nats:linux, all today.
Thats for the attention
Beta Was this translation helpful? Give feedback.
All reactions