diff options
author | girgen <girgen@FreeBSD.org> | 2016-04-11 19:12:09 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-04-11 19:12:09 +0800 |
commit | 81dad851b22b0359940be78606acab3278c3efd2 (patch) | |
tree | a84df48049318bfb91bdae30715ef88e03e1e720 /UPDATING | |
parent | 572b23c208fcc87972de6d149887a790e3f6d5e1 (diff) | |
download | freebsd-ports-gnome-81dad851b22b0359940be78606acab3278c3efd2.tar.gz freebsd-ports-gnome-81dad851b22b0359940be78606acab3278c3efd2.tar.zst freebsd-ports-gnome-81dad851b22b0359940be78606acab3278c3efd2.zip |
Update to version 0.12.
Please note that are specific requirements for upgrading.
See UPGRADING or follow the link below for details.
URL: https://docs.influxdata.com/influxdb/v0.10/administration/upgrading/#convert-b1-and-bz1-shards-to-tsm1
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. +20160411: + AFFECTS: Users if databases/influxdb + AUTHOR: cheffo@freebsd-bg.org + + To upgrade to InfluxDB 0.12, you must be on version 0.10 and all shards must + be in TSM format (the default storage engine starting with InfluxDB 0.10). + See the 0.10 documentation [1] for how to convert b1 and bz1 shards to TSM. If + any b1 or bz1 shards are present, InfluxDB 0.12 will not start. + + [1] https://docs.influxdata.com/influxdb/v0.10/administration/upgrading/#convert-b1-and-bz1-shards-to-tsm1 + 20160406: AFFECTS: All users of www/pecl-http AUTHOR: bofh |