]> git.openstreetmap.org Git - chef.git/commitdiff
Switch master database to use wal-g instead of wal-e
authorTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 08:45:00 +0000 (08:45 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 08:45:00 +0000 (08:45 +0000)
roles/db-master.rb

index 1bff6f2e1774e5860463bb5a6eb522d321129f01..1afcae0deb380386cf66465b61131cd2b7d3c0f1 100644 (file)
@@ -7,7 +7,7 @@ default_attributes(
       :defaults => {
         :wal_level => "logical",
         :archive_mode => "on",
-        :archive_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-push %p",
+        :archive_command => "/usr/local/bin/openstreetmap-wal-g wal-push %p",
         :max_wal_senders => "5",
         :max_replication_slots => "1",
         :late_authentication_rules => [