Docs · Services

Managed Postgres

Dedicated Postgres 16 with WAL streaming and PITR backups to MinIO. Cluster comes up in ~60s; online vCPU/RAM/disk resize.

Tutorial

1. Create a cluster

Pick a size from the portal wizard at /portal/dbaas/new or:

cloudnx dbaas create --name my-prod-db --vcpu 2 --ram 4 --disk 50

2. Connect

Connection details (hostname, port, default user, password) are shown on the cluster detail page and via CLI. The cluster lives on the private VPC by default; expose to your VMs via firewall rule or attach an EIP.

cloudnx dbaas show my-prod-db

3. Backups & PITR

Continuous WAL streaming + nightly base backups to MinIO. Restore to any point in the last 7 days from the portal. Trigger an on-demand backup with:

cloudnx dbaas backup my-prod-db

Pricing

vCPU ₹2/hr · RAM ₹1.5/GB-hr · disk ₹3/GB-month · backups ₹2/GB-month.

CLI

All operations have a cloudnx dbaas subcommand. Run cloudnx dbaas --help for the full surface.