Skip to content

Commit 178df24

Browse files
authored
chore: set hot_standby to off by default (#700)
* chore: set hot_standby to off by default * chore: bump version
1 parent 9cbe44b commit 178df24

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ansible/files/postgresql_config/custom_walg.conf.j2

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
#recovery_target_action = 'promote'
1717
#recovery_target_timeline = 'current'
1818
#recovery_target_inclusive = off
19+
20+
# - Hot Standby -
21+
hot_standby = off

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.104"
1+
postgres-version = "15.1.0.105"

0 commit comments

Comments
 (0)