From 0c4bc8e8af9db7fdb3ac50d3c8074a30fcfec3ab Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:52:42 +0100 Subject: [PATCH] fix(backups): label the policy's next time as the start of its window Scheduled backups on Cloud start at a fixed point within the hour after their cron time, not on the cron minute. The card computes the cron minute client-side, so say that is when the window opens. Co-Authored-By: Claude Fable 5.1 --- .../databases/database-[database]/backups/policy.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/backups/policy.svelte b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/backups/policy.svelte index f73fc68a98..f8b31ed1d0 100644 --- a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/backups/policy.svelte +++ b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/backups/policy.svelte @@ -227,7 +227,7 @@
Next + >Next from