DEV-1071 Configure postgres02 volume size and count

qa
Michael Haehnel 3 years ago
parent 1b4394debe
commit 34eb5cc87f
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -1,2 +1,9 @@
---
server_type: "master"
# ATTENTION! Postgres Volume Sizes and Counts must match in both host_vars files!
postgres_backup_volume_count: 3
postgres_backup_volume_size: 20
postgres_pgdatadir_lvm_hcloudvol_count: 2
postgres_pgdatadir_lvm_hcloudvol_size: 30

@ -1,2 +1,9 @@
---
server_type: "slave"
# ATTENTION! Postgres Volume Sizes and Counts must match in both host_vars files!
postgres_backup_volume_count: 3
postgres_backup_volume_size: 20
postgres_pgdatadir_lvm_hcloudvol_count: 2
postgres_pgdatadir_lvm_hcloudvol_size: 30

Loading…
Cancel
Save