Cloud platform deployments run ParadeDB Community, which does not include WAL
support. This makes them suitable for hobby, development, and staging
environments. For production, we recommend ParadeDB
Enterprise deployed via
Kubernetes or BYOC.
One-Click Deploy
The fastest way to get started is to click the button below, which will fork the template repository and deploy ParadeDB to your Render account.Manual Setup
If you prefer to configure the deployment yourself:- Fork the deployment-render repository
- In the Render dashboard, create a new Private Service and connect your forked repository
- Select Docker as the runtime
- Attach a Disk of at least 10 GB mounted at
/var/lib/postgresql - Set the following environment variables:
| Variable | Description | Default |
|---|---|---|
POSTGRES_USER | Database user | postgres |
POSTGRES_PASSWORD | Database password | Auto-generated |
POSTGRES_DB | Database name | paradedb |