Skip to content

How to use it for log analysis #1326

Closed Answered by sanikolaev
WellYixuanDu asked this question in Q&A
Discussion options

You must be logged in to vote
[Thu Aug 3 15:45:37.711 2023] [2893] FATAL: binlog meta file /var/lib/manticore/binlog/binlog.meta is v.13, binary is v.14; recovery requires previous binary version

means Manticore stopped right after it was started, that's why you can't connect to it. You probably didn't stop the previous version cleanly which left the binlog files and the more recent version can't read them. You can get back to the older version, start it and then stop it cleanly and then upgrade again. Or if you don't need the binlog, you can just remove the files (/var/lib/manticore/binlog/*) and restart Manticore.

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

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

Comment options

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

Comment options

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

Answer selected by WellYixuanDu
Comment options

You must be logged in to vote
0 replies
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 #1325 on August 03, 2023 02:50.