summaryrefslogtreecommitdiff
path: root/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/influxdb/influxdb-2.7.1-r1.ebuild')
-rw-r--r--dev-db/influxdb/influxdb-2.7.1-r1.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild b/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
index 4ee0d5e90982..1209ebeda900 100644
--- a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
+++ b/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
@@ -236,3 +236,13 @@ src_install() {
keepdir /var/log/influxdb
fowners influxdb:influxdb /var/log/influxdb
}
+
+pkg_postinst() {
+ elog "Upgrading from InfluxDB1.x requires migration of time series data."
+ elog "See https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/"
+ elog "Keep in mind that some applications not compatible with InfluxDB 2.x"
+ elog "may stop working."
+
+ ewarn "The InfluxDB command line client has been moved to dev-db/influx-cli"
+ ewarn "You will need to install it separately"
+}