Skip to content

Deleting tags.data and undo.data #593

Answered by lauft
iameru asked this question in Q&A
Discussion options

You must be logged in to vote

As you found out, tags.data is regenerated from the database files if missing. (It contains a list of your tags and their respective counts.) So deleting it should not be a problem.

When you are content with the state of your DB, you do not require a undo. Deleting undo.data will only prevent you from undoing your previous commands. As those might not apply to the state of the DB after the merge, there is also a chance undoing them won't work anymore. By default, the undo.data grows indefinitely. You can limit the size of the file by setting the configuration journal.size to the number of lines you want to keep (-1 meaning infinite, 0 no journaling at all).

In any way it is advisable to d…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iameru
Comment options

Answer selected by iameru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #592 on March 07, 2024 19:29.