Handle missing journal files without data loss
Make sure data added after the journal has been lost will not be lost (even though lost data may stay lost)
This commit is contained in:
parent
9a0082db4e
commit
0bbaf1f25e
4 changed files with 30 additions and 11 deletions
|
@ -290,6 +290,9 @@
|
|||
{info, "Backup commencing into folder with ~w existing files"}},
|
||||
{"I0024",
|
||||
{info, "Prompted roll at NewSQN=~w"}},
|
||||
{"I0025",
|
||||
{warn, "Journal SQN of ~w is below Ledger SQN of ~w " ++
|
||||
"anti-entropy will be required"}},
|
||||
|
||||
{"IC001",
|
||||
{info, "Closed for reason ~w so maybe leaving garbage"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue