mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
24 lines
440 B
Markdown
24 lines
440 B
Markdown
---
|
|
title: PostgreSQL
|
|
eleventyNavigation:
|
|
key: PostgreSQL
|
|
parent: 🗄️ Data sources
|
|
---
|
|
|
|
<span class="minilink minilink-addedin">New in version 1.4.0</span> To backup
|
|
PostgreSQL with borgmatic, use the `postgresql_databases:` hook. For instance:
|
|
|
|
```yaml
|
|
postgresql_databases:
|
|
- name: users
|
|
```
|
|
|
|
|
|
## Full configuration
|
|
|
|
{% include snippet/configuration/sample.md %}
|
|
|
|
```yaml
|
|
{% include borgmatic/postgresql_databases.yaml %}
|
|
```
|