Application: PostgreSQL @ https://www.postgresql.org/
DockerHub: https://hub.docker.com/_/postgres/
GitHub:
- Version 10: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL10.xml
- Version 11: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL11.xml
- Version 12: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL12.xml
- Version 13: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL13.xml
- Version 14: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL14.xml
This template uses the official Postgres Docker image to quickly set up a relational database according to your configuration.
If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here.
CHANGELOG (5th November 2021):
- BREAKING CHANGE: Database volume paths now include version tag, e.g. `/mnt/cache/appdata/postgresql10` so you can run multiple instances with different versions at the same time.
- BREAKING CHANGE: PostgreSQL 10 template got changed, this could have broken stuff on old users. I am not familiar with the template changes on older versions.
- Added PostgreSQL 12, 13 and 14 templates.
- Container names changed to lowercase and includes version, e.g. `postgresql14`. This should make it easier for using in custom networks.
- Brought the templates up to date with current schema version.
Previous changelogs: