All apps · 0 apps
PostgreSQL_pg_corn
Docker app from swiss01's Repository
Overview
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
This Docker is from OSS Apps with integratet pg_cron
Install PostgreSQL_pg_corn on Unraid in a few clicks.
Find PostgreSQL_pg_corn in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for PostgreSQL_pg_corn Review the template variables and paths Click Install
Requirements
For Docker to start and pg_Cron to work, the DB_Name under Post Arguments must be replaced with the DB_Name specified under Variable: POSTGRES_DB: in the line `-c cron.database_name=DB_Name`.
This DB_Name is the name you specified under Variable: POSTGRES_DB.
This DB_Name is the name you specified under Variable: POSTGRES_DB.
Download Statistics
40,902
Total Downloads
11,617
This Month
11,315
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
ossapps/postgres:latestLast Updated2026-03-31
First Seen2026-03-08
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port: PostgreSQL access portPorttcp
PostgreSQL TCP connection port.
- Target
- 5432
- Default
- 5432
- Value
- 5432
Path: /var/lib/postgresql/dataPathrw
PostgreSQL data storage location.
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/postgresql_ossapps
- Value
- /mnt/user/appdata/postgresql_pg_corn
Variable: POSTGRES_PASSWORDVariable
Initial superuser password (required).
- Target
- POSTGRES_PASSWORD
Variable: POSTGRES_USERVariable
Initial superuser name (default: postgres).
- Target
- POSTGRES_USER
Variable: POSTGRES_DBVariable
Initial database name (default: postgres).
- Target
- POSTGRES_DB