Hi there,
is there an easy way for installing InfluxDB 3 via script parallel to an active InfluxDB 2 on the same machine?
Would need this setup for migration data from v2 to v3.
Thanks!
Hi there,
is there an easy way for installing InfluxDB 3 via script parallel to an active InfluxDB 2 on the same machine?
Would need this setup for migration data from v2 to v3.
Thanks!
Was pretty easy for me. Both versions use different standard ports to receive data, so you can steer to which version you want to send your data to. Just make sure that you do not share the on-disk database.
Yes, you can have multiple versions of InfluxDB running at the same time, just make sure the data is kept seperately when you configure them. It can help with migration as you can export data and write to influxdb 3 however both using different CLI’s so keep that in mind.