PostgreSQL_Alpine
PostgreSQL_Alpine
OfficielleApplication Docker from UNRA1DUser's Repository
Vue d'ensemble
|-------------------------------------------------
| General Information
|-------------------------------------------------
PostgreSQL, often simply "Postgres", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Recent versions also provide replication of the database itself for security and scalability.
PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant and transactional (including most DDL statements) avoiding locking issues using multiversion concurrency control (MVCC), provides immunity to dirty reads and full serializability; handles complex SQL queries using many indexing methods that are not available in other databases; has updateable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability, and has a large number of extensions written by third parties. In addition to the possibility of working with the major proprietary and open source databases, PostgreSQL supports migration from them, by its extensive standard SQL support and available migration tools. And if proprietary extensions had been used, by its extensibility that can emulate many through some built-in and third-party open source compatibility extensions, such as for Oracle.
Arguments d'exécution
- Réseau
bridge- Coquille
sh- Privilégié
- false
- Paramètres supplémentaires
--user=99:100 --memory=2G --restart=unless-stopped
Configuration du modèle
POSTGRESQL_TCP_PORTPorttcp
PostgreSQL TCP connection port
- Cible
- 5432
- Défaut
- 5432
Database NameVariable
Initial database name (default: postgres)
- Cible
- POSTGRES_DB
- Défaut
- postgres
Database UserVariable
Initial superuser name (default: postgres)
- Cible
- POSTGRES_USER
- Défaut
- postgres
Postgres PasswordVariable
Initial superuser password (default: postgres)
- Cible
- POSTGRES_PASSWORD
- Défaut
- postgres
Database Storage PathPathrw
PostgreSQL data storage location
- Cible
- /var/lib/postgresql/data
- Défaut
- /mnt/cache/appdata/postgresql_alpine
Télécharger les statistiques
0
Total des téléchargements
141,629,150
Ce mois-ci
104,766,323
Moyenne / Mois
Total des téléchargements au fil du temps
Chargement du graphique...
Détails
Référentiel
postgres:alpineDernière mise à jour2026-04-23
Première vue2024-03-14
Exécutez PostgreSQL_Alpine sur Unraid.
PostgreSQL_Alpine est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.