Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Aidbox uses PostgreSQL as its database engine, leveraging its robust JSON capabilities, reliability, and performance for healthcare data storage.
Minimum: PostgreSQL 12 (required for JSON path support). For older versions, use PostgreSQL with jsonknife
extension
Actively supported: Three most recent versions (currently 17, 16, 15)
Compatible with all PostgreSQL deployments
cloud-managed services (such as , , , etc)
self-hosted installations
on-premises deployments
Initialization: Aidbox automatically creates all database objects, including tables, starting indexes, and other required structures
Schema migrations: Automatically handled during Aidbox version upgrades
Monitoring:
Aidbox provides
Backup/Restore: Use standard PostgreSQL methods:
Native PostgreSQL backup tools
Cloud provider solutions
Custom scripts
Includes Aidbox-specific extensions and the WAL-G backup tool
Standard PostgreSQL installations remain fully supported
is a PostgreSQL distribution based on the official PostgreSQL release
Check for technical details on schema and query capabilities.
Required and optional