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
influx inspect -export currently does not read or export data from WAL files. It only reads .tsm files. In its current form, it is unable to extract data-at-rest that has not yet been snapshotted to TSM, which means not all of the data is recoverable with the influx inspect tool.
The text was updated successfully, but these errors were encountered:
The first question we need to answer is should a shard export include the wal file?
If not, do we add an option like -include-wal when exporting (or leave it as a separate command like this commit does: 6e60cbb), or have both options?
Additionally, do we want the ability to export an entire directory (retention policy) as well? The functionality for this has been mostly completed already in 2ccf4bd
Feature Request
influx inspect -export
currently does not read or export data from WAL files. It only reads .tsm files. In its current form, it is unable to extract data-at-rest that has not yet been snapshotted to TSM, which means not all of the data is recoverable with theinflux inspect
tool.The text was updated successfully, but these errors were encountered: