Hi,
Im trying to upgrade from OSS2.3 to 2.4 on Linux amd64, but unfortunately it looks like all the data is lost.
All coupled applications ( Grafana, Python scripts etc )lose there connection, my suspicion is that all old configs get overwritten by the new install.
Im installing with following commands :
wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.4.0-amd64.deb
sudo systemctl stop influxdb
sudo dpkg -i influxdb2-2.4.0-amd64.deb
sudo systemctl start influxdb
What am I doing wrong? Why is everything overwritten/lost? Migrating from 1.x to 2.3 was easier
Thanks,
Regards