* fix: 1.x compat api. Clarify authentication schemes, parameters, and use cases for OSS and Cloud (#2759)
* fix: curl examples
* update: add node.js examples
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Start work on "Manually upgrade" docs
- Add content from Grafana doc
- Begin adding context and introduction
- Add content from automatic upgrade guide
- Mention secure-by-default
- Add backup warning
* Add info about authorizing `influx v1` commands
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add influxd upgrade recommendation
* Update content/influxdb/v2.0/upgrade/v1-to-v2/manual-upgrade.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add conceptual info to `influx v1 auth` CLI docs
* Work on PR feedback
* Work on outline and ToC
* Reorder migrate data instructions
* Work on guide
Add related links
* Edit data migrations section
* Mention "manual upgrade path" in automatic upgrade doc
* Spell check
* Add link and move manual upgrade notes in auto guide
* Work on guide
* Fix notes for directing users to right upgrade guides
* Reorgization upgrade docs
* Work on Upgrade landing page
* Start clarifying decision tree
* Rm comments
* Clean up landing page
* updates to 2.0 upgrade guides
* more updates to manual upgrade guide
* more updates to upgrade docs
* updated reference docs
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed typos in auto-upgrade guide
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed structure of migrate config settings
* updated upgrade landing structure, updated links
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Adds the new `influx v1` command, and documents the following `v1 auth` commands:
`create`, `delete`, `list`, `set-active`, `set-inactive`, and `set-password`.
Also adds corresponding Cloud pages.
Includes examples for create and delete commands.