Skip to main content

Amazon Aurora PostgreSQL

Aurora PostgreSQL is supported through the same managed-AWS workflow as RDS, with Aurora-specific storage behavior noted where it affects interpretation.

What works

Same capabilities as RDS — all core monitoring, ALTER SYSTEM SET, maintenance actions.

Aurora-specific notes

  • Storage — Aurora decouples storage from compute. Some checkpoint and WAL behavior differs from standard RDS because Aurora manages its own storage layer.
  • Managed-provider checkpoint caveat — applies to Aurora as it does to RDS.
  • Operational behavior — most pocketPG features are shared with RDS, while Aurora storage and checkpoint behavior may need separate interpretation.