# PgVisor Documentation Lightweight, pure-Rust PostgreSQL High Availability cluster supervisor, L7 proxy, and continuous backup pipeline. Full documentation (discoverable current pages, one document): https://dreamoutbox.github.io/pgvisor/llms-full.txt ## Pages - [Adding New Node](https://dreamoutbox.github.io/pgvisor/adding-new-node/index.md) — Scale your PostgreSQL cluster horizontally by provisioning and bootstrapping additional standby replicas. - [Architecture](https://dreamoutbox.github.io/pgvisor/architecture/index.md) — Deep-dive into PgVisor's unified Rust architecture, OpenRaft consensus, Quorum Lease fencing, and L7 wire proxy. - [Backup & WAL Archiving](https://dreamoutbox.github.io/pgvisor/backup/index.md) — Continuous WAL segment shipping, non-blocking physical basebackups, and automated snapshot management. - [Configure Backup](https://dreamoutbox.github.io/pgvisor/configure-backup/index.md) — Configure multi-cloud storage backends, WAL streaming, and automated snapshot schedules using Apache OpenDAL. - [Quick Start](https://dreamoutbox.github.io/pgvisor/quick-start/index.md) — Deploy a resilient 3-node PostgreSQL HA cluster with L7 proxy and S3 backups in under 2 minutes. - [Restore & PITR](https://dreamoutbox.github.io/pgvisor/restore/index.md) — Restore physical basebackups and perform second-precision Point-In-Time-Recovery (PITR) across the cluster. - [TLS / SSL Setup](https://dreamoutbox.github.io/pgvisor/tls-ssl/index.md) — Configure end-to-end TLS encryption for clients, proxy connection pooling, and cluster backends. - [Web Dashboard](https://dreamoutbox.github.io/pgvisor/web-dashboard/index.md) — Operate and monitor your PgVisor cluster using the embedded real-time web management console.