pgbackrest for Postgres
This commit is contained in:
14
selfhosted_db/pgbackrest.conf
Normal file
14
selfhosted_db/pgbackrest.conf
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[global]
|
||||||
|
repo1-type=posix
|
||||||
|
repo1-path=/var/lib/pgbackrest
|
||||||
|
repo1-retention-full=2
|
||||||
|
repo1-retention-diff=14
|
||||||
|
start-fast=y
|
||||||
|
compress-type=gz
|
||||||
|
compress-level=3
|
||||||
|
log-level-console=info
|
||||||
|
|
||||||
|
[main]
|
||||||
|
pg1-path=/var/lib/postgresql/18/docker
|
||||||
|
pg1-user=joplin
|
||||||
|
pg1-database=postgres
|
||||||
Reference in New Issue
Block a user