Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new influxd commands, flags, and config options #2079

Closed
5 tasks done
sanderson opened this issue Jan 19, 2021 · 0 comments
Closed
5 tasks done

Add new influxd commands, flags, and config options #2079

sanderson opened this issue Jan 19, 2021 · 0 comments
Assignees

Comments

@sanderson
Copy link
Collaborator

sanderson commented Jan 19, 2021

Relevant URLs
@sanderson sanderson added this to the InfluxDB 2.0.4 milestone Jan 19, 2021
@sanderson sanderson changed the title Add new influxd commands and flags Add new influxd commands, flags, and config options Jan 20, 2021
@sanderson sanderson self-assigned this Feb 4, 2021
sanderson added a commit that referenced this issue Feb 4, 2021
* added influxd print-config command
* added --overwrite-existing-v2 flag to influxd upgrade
* added export-lp command
* added nats-related config options to influxd
* updated influxd docs to address PR feedback
* minor updates to influxd docs
* removed ignored files from the repo
* closes #2079
@kelseiv kelseiv closed this as completed Feb 9, 2021
sanderson pushed a commit that referenced this issue Feb 11, 2021
* Changelog for 2.0.4
* Update influxdb.md
* New influxd commands, flags, and config options (#2139)
* added influxd print-config command
* added --overwrite-existing-v2 flag to influxd upgrade
* added export-lp command
* added nats-related config options to influxd
* updated influxd docs to address PR feedback
* minor updates to influxd docs
* removed ignored files from the repo
* closes #2079
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update upgrade docs to note removal of inmem option (#2138)
* Update upgrade docs to note removal of inmem option
* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Apply suggestions from code review
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Swagger files for InfluxDB 2.0.4 (#2145)
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* removed geo ref from oss swagger
* Add new items
* InfluxDB 2.0.4 binaries (#2144)
* updated download links and pkg links for influxdb 2.0.4
* updated underscores to dashes in binary example names
* removed unsupported tag matching operators from swagger, closes influxdata/DAR#160
* Update influxdb-k8-minikube.yaml (#2171)
* update v1-compat swagger with timestamp info, closes influxdata/DAR#118 (#2172)
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
  Co-authored-by: Scott Anderson <scott@influxdata.com>
  Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
pierwill pushed a commit that referenced this issue Feb 13, 2021
* Changelog for 2.0.4
* Update influxdb.md
* New influxd commands, flags, and config options (#2139)
* added influxd print-config command
* added --overwrite-existing-v2 flag to influxd upgrade
* added export-lp command
* added nats-related config options to influxd
* updated influxd docs to address PR feedback
* minor updates to influxd docs
* removed ignored files from the repo
* closes #2079
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update upgrade docs to note removal of inmem option (#2138)
* Update upgrade docs to note removal of inmem option
* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Apply suggestions from code review
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Swagger files for InfluxDB 2.0.4 (#2145)
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* removed geo ref from oss swagger
* Add new items
* InfluxDB 2.0.4 binaries (#2144)
* updated download links and pkg links for influxdb 2.0.4
* updated underscores to dashes in binary example names
* removed unsupported tag matching operators from swagger, closes influxdata/DAR#160
* Update influxdb-k8-minikube.yaml (#2171)
* update v1-compat swagger with timestamp info, closes influxdata/DAR#118 (#2172)
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
  Co-authored-by: Scott Anderson <scott@influxdata.com>
  Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants