--- title: PostgreSQL eleventyNavigation: key: • PostgreSQL parent: 🗄️ Data sources --- New in version 1.4.0 To backup PostgreSQL with borgmatic, use the `postgresql_databases:` hook. For instance: ```yaml postgresql_databases: - name: users ``` ## Full configuration ```yaml {% include borgmatic/postgresql_databases.yaml %} ```