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 <noreply@viktorbarzin.me>
This commit is contained in:
Viktor Barzin 2026-04-16 17:08:20 +00:00
parent e9275534b6
commit 5f1b14ad53

View file

@ -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 }