feat: add --pid-file and --overwrite-pid-file#5662
feat: add --pid-file and --overwrite-pid-file#5662sanderson merged 3 commits intoinfluxdb-2.7.11from
--pid-file and --overwrite-pid-file#5662Conversation
Add documentation related to PID file.
Fix quoting in `pid-file` config examples.
|
PR implementing feature in OSS: influxdata/influxdb#25474 |
sanderson
left a comment
There was a problem hiding this comment.
Thanks for this @gwossum! Could you add these new flags to the yaml file data/influxd_flags.yml as well? We use this file to generate a list of flags on the influxd landing page.
Also, when are we looking to release 2.7.11?
|
@sanderson The plan was to release this in 2.7.11. I noticed that influxd_flags.yml only lists major and minor for when flags were added. Is it terrible to add this new flag on a patch release, even if it is primarily for a single use-case? |
This data file was originally added when we were documenting each minor version in the versions specified in the
Generally this would be considered a "new feature" and would be added on a minor release, but I think it's fine. I don't think this needs to wait until 2.8. |
Update influxd_flags.yml to include `--overwrite-pid-file` and `--pid-file`.
|
@sanderson |
sanderson
left a comment
There was a problem hiding this comment.
Thanks @gwossum. I added a new influxdb-2.7.11 feature branch and changed the base on this PR from master to that branch. That way we can merge this PR, but release all the 2.7.11 features and release notes when it goes live.
Add documentation related to PID file.
These options will be available starting in OSS 2.7.11.