Integrations

Database

Postgres

Shared application database

Postgres provides durable relational storage for services that need more than local SQLite files.

What It Does

  • Stores application data for services that support or require Postgres.
  • Keeps database users and app databases separated by service.
  • Supports extensions needed by services such as BookOrbit.

How Stackarr Fits

Stackarr can create service databases, keep app-default mode lightweight, switch to shared Postgres where useful, and include database dumps in recoverable backups.