aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2016-10-11 07:38:34 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2016-10-11 07:38:34 +0000
commit3b90eec0d52a701cd9e1467ae8ef9e37acc8ebda (patch)
tree13bf5a893f4a5ac4347fdbab0619e0f15f1e71ff /UPDATING
parentbd34a2bda28caf6be69fa61a2687c9ccd0db5b44 (diff)
downloadports-3b90eec0d52a701cd9e1467ae8ef9e37acc8ebda.tar.gz
ports-3b90eec0d52a701cd9e1467ae8ef9e37acc8ebda.zip
- Update to 16.09
- Add a note about probable crash during startup, to UPDATING file
Notes
Notes: svn path=/head/; revision=423747
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a6b120866177..e95e6e9d3a88 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20161011:
+ AFFECTS: Users of net-im/ejabberd
+ AUTHOR: ashish@FreeBSD.org
+
+ Before upgrading ejabberd to 16.09, please make sure to backup your
+ ejabberd data using:
+
+ % sudo -u ejabberd -H ejabberdctl backup /path/to/backup/file
+
+ In some cases, ejabberd may fail to start, for which a workaround is to
+ remove the schema.DAT file from /var/spool/ejabberd before starting, and
+ then restoring everything from the backup using:
+
+ % sudo -u ejabberd -H ejabberdctl restore /path/to/backup/file
+
+ For more details:
+
+ https://github.com/processone/ejabberd/issues/1305
+
20161005:
AFFECTS: Users of audio/squeezeboxserver (now audio/logitechmediaserver)
AUTHOR: woodsb02@FreeBSD.org