fix(influxdb-v1): update replication factor for v1 Enterprise#7478
Open
jstirnaman wants to merge 2 commits into
Open
fix(influxdb-v1): update replication factor for v1 Enterprise#7478jstirnaman wants to merge 2 commits into
jstirnaman wants to merge 2 commits into
Conversation
The OSS manage-database page repeated Enterprise cluster replication defaults that don't apply to a single-node OSS instance, and duplicated the single-node caveat in two places. - Replace the REPLICATION section with a single canonical explanation that OSS is single-node, links to Enterprise CREATE RETENTION POLICY reference for cluster replication guidance, and to the high availability page confirming OSS has no clustering. - Replace the duplicate ALTER RETENTION POLICY warn block with a pointer back to the REPLICATION section. - Switch from admonition shortcodes to GitHub-style callouts. Also includes the existing default replication factor correction (3 -> 2) in the Enterprise manage-database page and glossary.
The glossary is OSS-scoped but the replication factor entry described Enterprise cluster defaults without noting they don't apply to OSS. Reframe the entry around single-node OSS having no replication effect and link to the Enterprise reference for cluster defaults, consistent with the REPLICATION section fix in manage-database.md.
jstirnaman
requested review from
davidby-influx and
sanderson
and removed request for
a team
July 14, 2026 23:40
Contributor
Vale Style Check Results
Warnings (1)
✅ Check passed |
Contributor
🔗 Link Check Results — Link Check Bot✅ All links are valid
|
| Source File | URL | Issue |
|---|---|---|
content/enterprise_influxdb/v1/query_language/manage-database/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb/v1/concepts/glossary/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb/v1/query_language/manage-database/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
Full details: workflow run summary and artifact. Last updated: 2026-07-14 23:42:52 UTC
Contributor
|
Contributor
📦 PR Preview — Preview Bot
Pages included in this preview
Preview auto-deploys on push. Will be cleaned up when PR closes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
availability page confirming OSS has no clustering.
Why
Enterprise cluster defaults without noting they don't apply to OSS.