Skip to content

PostgreSQL

PostgreSQL

x86-64 arm64 ยท ๐Ÿณ Docker ยท Documentation ยท postgresql://<your.IP>:5432

PostgreSQL is a powerful, open-source object-relational database system known for its robustness, feature richness, and reliability.

It is designed for everyone, including:

  • Developers needing advanced SQL support and extensibility.
  • System administrators requiring reliable data storage for mission-critical applications.
  • Enterprises seeking a high-performance, standards-compliant relational database.

PostgreSQL offers strong ACID compliance, concurrency, rich data types, full-text search, JSON support, and extensibility through stored procedures and custom functions.
It is trusted globally in financial, government, and web-scale applications.

Thanks to its proven architecture and open-source nature, PostgreSQL fits seamlessly in projects of all sizes.

Install from armbian-config โ†’ Software โ†’ Database โ†’ PostgreSQL

CLI install
armbian-config --cmd PGSQL1
  • Default user: armbian
  • Default password: armbian
  • Default database: armbian
  • Data directory: /armbian/postgres/data
Bash
docker logs -f postgres

All armbian-config commands

Action Command
Install armbian-config --api module_postgres install
PostgreSQL remove armbian-config --api module_postgres remove
PostgreSQL purge with data folder armbian-config --api module_postgres purge
Status armbian-config --api module_postgres status
Help armbian-config --api module_postgres help

Part of Armbian’s SQL database servers and web interface managers software.