You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an installation of inluxdb running on Windows 10. I made a backup of the metadata and my database and tried to restore it on my linux machine.
The retstore finished without errors, but as you can see in the following snippet, the path seperator is wrong and as a result, only a file named "stationdata\autogen\2\000000002-000000001.tsm" is generated.
Bug report
I have an installation of inluxdb running on Windows 10. I made a backup of the metadata and my database and tried to restore it on my linux machine.
The retstore finished without errors, but as you can see in the following snippet, the path seperator is wrong and as a result, only a file named "stationdata\autogen\2\000000002-000000001.tsm" is generated.
sudo influxd restore -database stationdata -datadir /var/lib/influxdb/data stationdata.bak Restoring from backup stationdata.bak/stationdata.* unpacking /var/lib/influxdb/data/stationdata\autogen\2\000000001-000000001.tsm unpacking /var/lib/influxdb/data/stationdata\autogen\2\000000001-000000001.tsm unpacking /var/lib/influxdb/data/stationdata\autogen\2\000000002-000000001.tsm
Manually renaming the file and adding the folders works.
System info:
Windows 10 64bit
Arch Linux 64bit
Influx server and client: 1.1.0
Steps to reproduce:
Expected behavior: Database should be imported up correctly.
Actual behavior: Database is not imported, because the path seperator is wrong, i.e. "\" instead of "/"
The text was updated successfully, but these errors were encountered: