Running ParadeDB Community in a production application that serves paying customers is discouraged.This is because ParadeDB Community does not have write-ahead log (WAL) support. Without WALs, data can be lost or corrupted if
the server crashes or restarts, which would necessitate a reindex and incur downtime for your application. For more details, see guarantees.When you are ready to deploy in ParadeDB to production, contact us for access to ParadeDB Enterprise, which has WAL support.
- Cloud Platforms — deploy a ParadeDB container to Railway, Render, or DigitalOcean with minimal setup
- Self-Hosted — run ParadeDB inside Kubernetes or as an extension in your existing Postgres
- ParadeDB BYOC — a managed deployment of ParadeDB Enterprise inside your own AWS or GCP account
Cloud Platforms
For hobby, development, or staging environments, ParadeDB Community can be deployed to cloud platforms with minimal setup. These all use Docker containers, which package PostgreSQL andpg_search together:
- Railway — One-click deploy to Railway
- Render — One-click deploy to Render
- DigitalOcean — Deploy on a DigitalOcean Droplet