docs: add info about postgres database checksums (#9391)

* docs staging for next release

* linting

* newline

* remove old info
This commit is contained in:
Matthew Momjian
2024-05-13 06:23:20 -04:00
committed by GitHub
parent aa1dc68867
commit e2a31323bb
2 changed files with 38 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ While not officially recommended, it is possible to run Immich using a pre-exist
By default, Immich expects superuser permission on the Postgres database and requires certain extensions to be installed. This guide outlines the steps required to prepare a pre-existing Postgres server to be used by Immich.
:::tip
Running with a pre-existing Postgres server can unlock powerful administrative features, including logical replication, data page checksums, and streaming write-ahead log backups using programs like pgBackRest or Barman.
Running with a pre-existing Postgres server can unlock powerful administrative features, including logical replication and streaming write-ahead log backups using programs like pgBackRest or Barman.
:::
## Prerequisites