Created attachment 268511 [details] grafana.patch Update to 12.4.0 Changelog: * https://github.com/grafana/grafana/releases/tag/v12.4.0 What's new: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v12-4/
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e52cf2b91fb9603c5f08f70623e9157f070a8901 commit e52cf2b91fb9603c5f08f70623e9157f070a8901 Author: Boris Korzun <drtr0jan@yandex.ru> AuthorDate: 2026-03-04 16:00:52 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-03-04 16:02:09 +0000 www/grafana: Update 12.3.3 => 12.4.0 Release Notes: https://grafana.com/blog/grafana-12-4-release-all-the-latest-features/ What's new: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v12-4/ Changelogs: https://github.com/grafana/grafana/releases/tag/v12.3.4 https://github.com/grafana/grafana/releases/tag/v12.4.0 PR: 293564 www/grafana/Makefile | 15 ++++-- www/grafana/distinfo | 140 ++++++++++++++++++++++++++++----------------------- 2 files changed, 88 insertions(+), 67 deletions(-)
Thanks.
Mar 6 20:39:36 jnb pkg[96942]: grafana upgraded: 12.3.3 -> 12.4.0_1 Mar 6 20:42:35 jnb grafana[98524]: logger=storage.unified.migrations t=2026-03-06T20:42:35.47647367+02:00 level=warn msg="Failed to check if migration exists" migration=folders-dashboards error="failed to check migration existence: no such table: unifiedstorage_migration_log" Mar 6 20:42:35 jnb grafana[98524]: logger=storage.unified.migrations t=2026-03-06T20:42:35.476688712+02:00 level=warn msg="Failed to check if migration exists" migration=folders-dashboards error="failed to check migration existence: no such table: unifiedstorage_migration_log" And no migrations have been run (which was always the case on each version upgrade before). Did I miss some steps in addition to 'pkg upgrade'?
(In reply to Anton Saietskii from comment #3) Table got created after this, sorry for the noise.