Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 14:00:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248655] net-mgmt/phpipam: Update to 1.4.1
Message-ID:  <bug-248655-7788-egoGUff6Mg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248655-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248655-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248655

--- Comment #4 from Marko Cupa=C4=87 <marko.cupac@mimar.rs> ---
I never wrote a patch for UPDATING. Should I take latest version and patch
against it?

Is it ok to write something like:

---
ipaddresses table in phpipam database is likely to contain incorrect dateti=
me
values which prevent successful upgrade. Make sure to create backup of phpi=
pam
database. Before starting upgrade wizard in web interface run the following=
 SQL
query on phpipam database:

update ipaddresses set lastSeen=3D'1970-01-01 00:00:01' where lastSeen <
'0000-01-01 00:00:00';
---

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248655-7788-egoGUff6Mg>