aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-13 19:00:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-13 19:00:41 +0000
commitc7a06ef58b9148c9aa00feaa5aa374d5eaf21678 (patch)
tree2496ca0780e84e2ebe1366d96e44bcbf2a367f5b /UPDATING
parent5937ccd8f9b9099490c3616c18f95f383fea2223 (diff)
downloadports-c7a06ef58b9148c9aa00feaa5aa374d5eaf21678.tar.gz
ports-c7a06ef58b9148c9aa00feaa5aa374d5eaf21678.zip
Add updating notes for net-mgmt/phpipam 1.4.1
PR: 248655 Submitted by: Marko Cupać <marko.cupac@mimar.rs>
Notes
Notes: svn path=/head/; revision=568273
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7b6be5fe16b2..a5b898ec4ff0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210313:
+ AFFECTS: users of net-mgmt/phpipam
+ AUTHOR: marko.cupac@mimar.rs
+
+ 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';
+
20210310:
AFFECTS: users of textproc/redisearch
AUTHOR: osa@FreeBSD.org