-
Notifications
You must be signed in to change notification settings - Fork 324
v3.9.0 API and CLI updates #6774
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
base: release/influxdb3.9
Are you sure you want to change the base?
Conversation
- Add --tls-no-verify option to CLI command docs and usage tables - Enterprise `--data-only` and `--remove-tables` flags - Parquet output
- Enterprise: Add data_only and remove_tables params to database and table delete endpoints
… tables - Add instructions for deleting only data (preserving schema and resources) for both databases and tables in InfluxDB 3 Enterprise - Update CLI and HTTP API usage examples - Clarify Parquet output instructions for database listing - Bump latest_patch to 3.9.0 for core and enterprise in products.yml
|
PR Preview
Pages included in this preview
Preview auto-deploys on push. Will be cleaned up when PR closes. |
hiltontj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be worth having a disclaimer somewhere that using --tls-no-verify is not recommended in production environments (though, it is true that it is useful for testing/development with self-signed certs, as mentioned in this change set).
No description provided.