Skip to content

docs: updated info on pg and redis with Infisical self hosting#5852

Open
akhilmhdh wants to merge 3 commits into
mainfrom
docs/self-host-infra
Open

docs: updated info on pg and redis with Infisical self hosting#5852
akhilmhdh wants to merge 3 commits into
mainfrom
docs/self-host-infra

Conversation

@akhilmhdh
Copy link
Copy Markdown
Member

Context

Added dedicated documentation pages for Postgres and Redis covering what each component stores, supported deployment modes, environment variable configuration, data loss implications, and operational recommendations.

Screenshots

Steps to verify the change

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Updated CLAUDE.md files (if needed)
  • Read the contributing guide

@akhilmhdh akhilmhdh requested a review from maidul98 March 28, 2026 18:57
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Mar 28, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
infisical 🟢 Ready View Preview Mar 28, 2026, 7:01 PM

@maidul98
Copy link
Copy Markdown
Collaborator

maidul98 commented Mar 28, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 28, 2026

Greptile Summary

This PR adds dedicated documentation pages for PostgreSQL and Redis in the Infisical self-hosting guides, covering what each component stores, supported deployment modes, environment variable configuration, data loss implications, and operational recommendations. It also updates the overview page with an Architecture Overview section and corrects an outdated claim in requirements.mdx that Redis Cluster mode was unsupported.

  • New self-hosting/guides/postgresql.mdx: comprehensive reference for PostgreSQL's role, supported modes (Standalone + Read Replicas), env var config with SSL/AWS RDS examples, and backup/HA recommendations.
  • New self-hosting/guides/redis.mdx: covers Standalone, Sentinel, Cluster, and Read Replica modes with full env var config, SSL/TLS guidance, data loss impact, and persistence requirements. Contains a broken image syntax (![here]) that will render as a broken image instead of a hyperlink.
  • requirements.mdx: correctly updates Redis Cluster from "not supported" to "supported" and upgrades the active-passive guidance to a Warning about unsupported active-active geo-replication.
  • overview.mdx + docs.json: wires the new pages into navigation and adds an Architecture Overview section.

Confidence Score: 4/5

Safe to merge after fixing the broken image link in redis.mdx — the content is accurate and well-structured.

One P1 syntax issue: ![here](url) on line 83 of redis.mdx will render as a broken image in the published docs rather than a hyperlink. This is a real rendering defect visible to all readers of that page. The remaining finding is a P2 Mintlify header hierarchy suggestion. No code changes are involved.

docs/self-hosting/guides/redis.mdx — line 83 broken image syntax needs correction before the page renders correctly.

Important Files Changed

Filename Overview
docs/self-hosting/guides/redis.mdx New Redis documentation page covering what it stores, supported modes, configuration (Standalone/Sentinel/Cluster/Read Replica), impact of data loss, and operational recommendations. Contains a broken image link syntax (![here] instead of [here]) on line 83 and a minor header hierarchy issue.
docs/self-hosting/guides/postgresql.mdx New PostgreSQL documentation page covering what it stores, supported modes (Standalone + Read Replicas), configuration env vars with AWS RDS accordion example, data loss implications, and recommendations. Well-structured with no notable issues.
docs/self-hosting/configuration/requirements.mdx Updates Redis section: upgrades the active-passive recommendation to a Warning about unsupported active-active geo-replication, and corrects the supported modes list to include Cluster (previously incorrectly stated as unsupported).
docs/self-hosting/overview.mdx Adds an "Architecture Overview" section linking to the new PostgreSQL and Redis guide pages, and fixes a sentence fragment in the Flexibility bullet.
docs/docs.json Registers the two new guide pages (postgresql and redis) in the navigation under "Self-host Infisical", before the existing "Installation methods" group.

Reviews (1): Last reviewed commit: "docs: updated infra info to have configu..." | Re-trigger Greptile

Comment thread docs/self-hosting/guides/redis.mdx Outdated
Comment thread docs/self-hosting/guides/redis.mdx
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