mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
docs: add info about postgres database checksums (#9391)
* docs staging for next release * linting * newline * remove old info
This commit is contained in:
parent
aa1dc68867
commit
e2a31323bb
2 changed files with 38 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue