PostgreSQL with built-in pg_cron and pg_partman for reliable scheduling and automated partitioning.
9.3K
PostgreSQL 17.5 with pg_cron scheduler and pg_partman auto-partitioning. Production-ready with optimized configuration.
š PostgreSQL 17.5 with pg_cron & pg_partman
Production-ready PostgreSQL image with essential extensions for modern applications:
ā
pg_cron 1.6 - Schedule SQL commands directly from PostgreSQL
ā
pg_partman 5.2.4 - Automated table partitioning for large datasets
ā
Enhanced Security - SCRAM-SHA-256 authentication by default
ā
Performance Optimized - Tuned for containerized environments
docker run -d --name postgres-app \
-e POSTGRES_PASSWORD=your_secure_password \
-e POSTGRES_DB=your_database \
-p 5432:5432 \
qonicsinc/postgres-pgcron:17.5
| Extension | Version | Purpose |
|---|---|---|
| pg_cron | 1.6 | PostgreSQL job scheduler |
| pg_partman | 5.2.4 | Automated table partitioning |
See the README for detailed examples, Kubernetes deployments, and production configurations.
17.5, latest - PostgreSQL 17.5 with pg_cron 1.6 and pg_partman 5.2.4Content type
Image
Digest
sha256:b2865268cā¦
Size
166.3 MB
Last updated
about 1 year ago
docker pull qonicsinc/postgres-pgcron