Self-Hosted ParadeDB
Docker
To deploy ParadeDB via Docker, pull and run the paradedb/paradedb
image locally. This is the recommended deployment method for
testing and hobby deployments. We do not recommend running the ParadeDB Docker image in production, as it
does not provide high availability.
You may replace myuser
, mypassword
, and mydatabase
with whatever values you want. These will be your database
connection credentials.
The paradedb/paradedb:latest
tag uses Postgres 17. Docker images are available for Postgres 13+. To specify a different Postgres version, please refer to the available tags on Docker Hub.
To connect to ParadeDB, install the psql
client and run
Was this page helpful?