Bug 280595

Summary: net-mgmt/icingadb: include sql files needed for upgrade
Product: Ports & Packages Reporter: Denis Shaposhnikov <dsh>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Only Me CC: dsh
Priority: --- Flags: bugzilla: maintainer-feedback? (dvl)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Icinga/icingadb/blob/v1.2.0/doc/04-Upgrading.md#upgrading-to-icinga-db-v120
Attachments:
Description Flags
icingadb.patch none

Description Denis Shaposhnikov 2024-08-03 18:08:32 UTC
Created attachment 252484 [details]
icingadb.patch

Hi,

this patch adds sql files needed for upgrade of icingadb, see

https://github.com/Icinga/icingadb/blob/v1.2.0/doc/04-Upgrading.md#upgrading-to-icinga-db-v120
Comment 1 Dan Langille freebsd_committer freebsd_triage 2024-08-04 14:50:08 UTC
I don't see how this worked at all before.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-04 14:56:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=703ed60153609912b2dd311d0f50370e6c953346

commit 703ed60153609912b2dd311d0f50370e6c953346
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-08-04 14:55:03 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-08-04 14:55:03 +0000

    net-mgmt/icingadb: include sql files needed for upgrade

    Not sure how this worked without this change.

    PR:             280595

 net-mgmt/icingadb/Makefile  | 3 ++-
 net-mgmt/icingadb/pkg-plist | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 3 Dan Langille freebsd_committer freebsd_triage 2024-08-04 14:56:31 UTC
Thank you.