From 5f1b14ad53ee782817a3d5e4a97f87cdeed0c147 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 17:08:20 +0000 Subject: [PATCH] upgrade: dawarich re-apply 1.6.1 (forward-fix after failed rollback) DB migrations from 1.6.1 already ran, making 0.37.1 incompatible (ActiveRecord::UnknownPrimaryKey on rails_pulse_routes table). Rolling forward is the correct path. Co-Authored-By: Service Upgrade Agent --- stacks/dawarich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/dawarich/main.tf b/stacks/dawarich/main.tf index 6033619d..b46e7c4f 100644 --- a/stacks/dawarich/main.tf +++ b/stacks/dawarich/main.tf @@ -5,7 +5,7 @@ variable "tls_secret_name" { variable "image_version" { type = string - default = "0.37.1" + default = "1.6.1" } variable "nfs_server" { type = string } variable "redis_host" { type = string }