Download and install pgEdge Enterprise Postgres
Steps for self-hosted with containers
Step 1 of 3
Download & Run via Docker Compose
This example utilizes the standard image and handles initializing and creating extensions.
1. Run CURL command to download compose file:
2. Run:
3. Once postgres initialization completes, you can connect to the database in a separate shell:
Alternative: Use Docker Run:
1. Run:
docker run -it --rm --name pgedge-postgres \
-e POSTGRES_PASSWORD=mypassword \
-e POSTGRES_USER=admin \
-e POSTGRES_DB=example_db \
-p 6432:5432 \
-d ghcr.io/pgedge/pgedge-postgres:17-spock5-standard
2. Connect to Database:
Step 3 of 3
Book a follow-up appointment
- 1:1 WITH A PGEDGE SOLUTION ARCHITECT
- SAVE INSTALLATION TIME
- BE AN EXPERT USER, FASTER