Skip to content

Commit

Permalink
href continuous archiving for pg
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-r committed Feb 14, 2025
1 parent e3292ee commit aea21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sys-mgmt/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide outlines the critical components to back up in authentik.
- **Role:** Stores all persistent data (users, policies, configurations, etc.).
- **Impact of Loss:** Complete data loss, requiring full restoration to recover authentik's functionality.
- **Backup Guidance:**
- Use PostgreSQL's native tools (e.g., [`pg_dump`](https://www.postgresql.org/docs/current/app-pgdump.html), [`pg_dumpall`](https://www.postgresql.org/docs/current/app-pg-dumpall.html), or continuous archiving).
- Use PostgreSQL's native tools (e.g., [`pg_dump`](https://www.postgresql.org/docs/current/app-pgdump.html), [`pg_dumpall`](https://www.postgresql.org/docs/current/app-pg-dumpall.html), or [continuous archiving](https://www.postgresql.org/docs/current/continuous-archiving.html)).
- Exclude system databases (`postgres`, `template0`, `template1`).
- **Official Documentation:** [PostgreSQL Backup and Restore](https://www.postgresql.org/docs/current/backup.html)

Expand Down

0 comments on commit aea21ba

Please sign in to comment.