From 8bd5bfcbc0901c36927b6d8e3479d8f1ba344b5e Mon Sep 17 00:00:00 2001 From: NathanOkolita Date: Fri, 13 Mar 2026 12:40:09 -0400 Subject: [PATCH] [DEV-15000] Update Azure postgres clusters to use differential backups instead of incremental. --- azure/application.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/application.tf b/azure/application.tf index 6f21cf0c..c5877456 100644 --- a/azure/application.tf +++ b/azure/application.tf @@ -678,7 +678,7 @@ crunchy-postgres: container: " ${module.storage.crunchy_backup_name}" schedules: full: 30 4 * * * - incremental: 0 0 * * * + differential: 0 0 * * * # Diff backup daily at midnight jobs: resources: requests: @@ -880,7 +880,7 @@ crunchy-postgres: container: " ${module.storage.crunchy_backup_name}" schedules: full: 30 4 * * * - incremental: 0 */1 * * * + differential: 0 0 * * * # Diff backup daily at midnight jobs: resources: requests: