[Bug 248655] net-mgmt/phpipam: Update to 1.4.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 17 14:00:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248655
--- Comment #4 from Marko Cupać <marko.cupac at 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 datetime
values which prevent successful upgrade. Make sure to create backup of phpipam
database. Before starting upgrade wizard in web interface run the following SQL
query on phpipam database:
update ipaddresses set lastSeen='1970-01-01 00:00:01' where lastSeen <
'0000-01-01 00:00:00';
---
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list