We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backup works, but restore fails as follows: vagrant@mini-mon:$ /opt/influxdb/influxd backup /tmp/mysnapshot 2015/05/06 22:18:03 influxdb backup, version 0.9.0-rc28, commit f50b2a0 2015/05/06 22:18:03 backup complete vagrant@mini-mon:$ /opt/influxdb/influxd restore -config /etc/opt/influxdb/influxdb.conf /tmp/mysnapshot 2015/05/06 22:18:26 influxdb restore, version 0.9.0-rc28, commit f50b2a0 [srvr] 2015/05/06 22:18:26 Near line 0 (last key parsed ''): Bare keys cannot contain '/'.
The text was updated successfully, but these errors were encountered:
fyi - i see the same thing with rc29
Sorry, something went wrong.
the error message is coming from the toml parser... so maybe it's an easy fix.
looks like the problem was introduced in rc24. Hoping it can be fixed ASAP...
call ParseConfigFile with path from restore command
1cec5da
fixes influxdata#2506
Successfully merging a pull request may close this issue.
backup works, but restore fails as follows:
vagrant@mini-mon:
$ /opt/influxdb/influxd backup /tmp/mysnapshot$ /opt/influxdb/influxd restore -config /etc/opt/influxdb/influxdb.conf /tmp/mysnapshot2015/05/06 22:18:03 influxdb backup, version 0.9.0-rc28, commit f50b2a0
2015/05/06 22:18:03 backup complete
vagrant@mini-mon:
2015/05/06 22:18:26 influxdb restore, version 0.9.0-rc28, commit f50b2a0
[srvr] 2015/05/06 22:18:26 Near line 0 (last key parsed ''): Bare keys cannot contain '/'.
The text was updated successfully, but these errors were encountered: