Commit 6f507de
authored
feat(blog): add managed PostgreSQL with synchronous replication post (#497)
## Summary
Adds a how-to blog post covering deployment of managed PostgreSQL on
Cozystack.
## What
- New page bundle at
`content/en/blog/2026-04-17-managed-postgresql-synchronous-replication/`
- Walkthrough of deploying Postgres via the Dashboard Marketplace and
via kubectl/HelmRelease
- Covers replicas (2 async, 3 with quorum-based synchronous
replication), `resourcesPreset`, storage sizing, connection credentials
retrieval, and S3-compatible backups
- Three screenshots (Marketplace, deployment form, Ready state) embedded
via `{{< figure >}}` shortcode with a fixed 720px width so they do not
stretch across the full content column
## Why
Give operators a concise, self-contained entry point for standing up
production-grade PostgreSQL with automatic failover on Cozystack,
without wading through the full managed apps reference docs. Complements
the existing PostgreSQL reference under
`/docs/v1/applications/postgres/`.
## Preview
Netlify deploy preview will render the post under
`/blog/2026/04/managed-postgresql-synchronous-replication-without-the-ops-headache/`.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added a new blog post covering managed PostgreSQL deployment with
optional synchronous replication, featuring step-by-step Dashboard
instructions, GitOps-based kubectl deployment workflows, configurable
replica counts and resource settings, and S3-compatible backup
configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->4 files changed
Lines changed: 106 additions & 0 deletions
File tree
- content/en/blog/2026-04-17-managed-postgresql-synchronous-replication
Lines changed: 106 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
0 commit comments