| title | Tutorials |
|---|---|
| description | Learn-by-doing — start here if you're new to pg_hardstorage. |
Learn-by-doing, start to finish. Each tutorial takes you through a real task on a working system; follow them in order if you're new, or jump to the one that matches what you're trying to learn.
If you just want to get a backup running in five minutes, start with the simple quick-start; if you want the full CLI picture, take the full getting-started instead.
- Getting started (simple) — the
interactive
pg_hardstorage_simplehelper; a working backup in five minutes, no config file to write. - Getting started (full CLI) — the complete
init→backup→status→restorewalkthrough against a local PostgreSQL. - First backup and restore — take a base backup, inspect the manifest, and restore it into a sandbox.
- Point-in-time recovery — drive WAL replay to a wall-clock time, an LSN, or a named restore point.
- Envelope encryption — local KEK and AWS KMS — turn on encryption with a passphrase-wrapped local key, then graduate to AWS KMS.
- LLM incident walkthrough — use the grounded LLM helper to triage a failed restore at 3am.
- Backing up a Patroni cluster — leader-aware streaming, slot continuity, and failover-safe backups.
- Kubernetes with CloudNativePG — back up and restore a CNPG cluster with the CronJob / Deployment model.
- Build a Tier-2 storage plugin — author
an out-of-tree storage backend over the
go-plugincontract.