Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
6
docs/adr/0001-postgresql-btrfs-cow.md
Normal file
6
docs/adr/0001-postgresql-btrfs-cow.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ADR-0001: PostgreSQL on btrfs with CoW
|
||||
|
||||
Status: Accepted
|
||||
|
||||
PostgreSQL data remains on the mirrored exclusive btrfs cache with copy-on-write and PostgreSQL page checksums enabled. `chattr +C` is not used because it would remove btrfs data checksums and mirror self-healing for database files. Capacity, WAL growth, and fragmentation will be monitored when operations work is implemented.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue