

# PostgreSQL

There are several ways to back up PostgreSQL databases, via dumps, file
system-level backups, or continuous archiving. Each method has its own
advantages and use cases.

As a starting point, we strongly encourage you to read the
[official PostgreSQL documentation on Backup and Restore](https://www.postgresql.org/docs/current/backup.html).

Then, follow the appropriate guide below for more specific instructions to
manage PostgreSQL backups with Plakar.






## [Logical backups with pg_dump](https://plakar.io/docs/community/main/guides/postgres/pgdump/index.md)



## [Physical backups with pg_basebackup](https://plakar.io/docs/community/main/guides/postgres/pg-base-backup/index.md)




