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 development.
Note: ParadeDB supports Postgres 13+, and the latest
tag ships with Postgres 17. To specify a different Postgres version, please refer to the available tags on Docker Hub.
You may replace myuser
, mypassword
, and mydatabase
with whatever values you want. These will be your database
connection credentials.
To connect to ParadeDB, install the psql
client and run
That’s it! To get started, we suggest you follow the quickstart guide.
Was this page helpful?