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 admin > database docs to Core and Enterprise #5813

Merged
merged 4 commits into from
Feb 3, 2025
Merged

Conversation

sanderson
Copy link
Collaborator

Adds task-based administrative docs for managing databases in InfluxDB 3 Core and InfluxDB 3 Enterprise.

  • Rebased/mergeable

@sanderson sanderson requested a review from jstirnaman January 30, 2025 22:19
Copy link
Contributor

@jstirnaman jstirnaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 1 small error.

content/shared/influxdb3-admin/databases/_index.md Outdated Show resolved Hide resolved
content/shared/influxdb3-admin/databases/create.md Outdated Show resolved Hide resolved
{{- $coreLimits := dict "database" 5 "table" 2000 "column" 500 -}}
{{- $enterpriseLimits := dict "database" 100 "table" 4000 "column" 500 -}}
{{- $productLimits := cond (eq $product "core") $coreLimits $enterpriseLimits -}}
{{ add (index $productLimits $limit) $modifier }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@sanderson sanderson merged commit ebf9b1b into master Feb 3, 2025
1 check passed
@sanderson sanderson deleted the influxdb3-admin branch February 3, 2025 16:25
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

Successfully merging this pull request may close these issues.

2 participants