From 79b87f2f4b2f970a400458156608c62389b3cd8d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Nov 2013 18:22:38 +0000 Subject: [PATCH] Adjust postgres archive path --- roles/db-master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/db-master.rb b/roles/db-master.rb index 84dd05c55..e2750c61d 100644 --- a/roles/db-master.rb +++ b/roles/db-master.rb @@ -8,7 +8,7 @@ default_attributes( :defaults => { :wal_level => "hot_standby", :archive_mode => "on", - :archive_command => "/bin/cp %p /store/postgresql/system/archive/%f", + :archive_command => "/bin/cp %p /store/postgresql/archive/%f", :max_wal_senders => "2", :user_name_maps => { :backup => [ -- 2.39.5